| f00li5h | Randal: right then. i'd better figure out how to make it dance then |
| Randal | heh - "perl in the news" - http://www.forbes.com/feeds/ap/2007/03/18/ap3527414.html |
| dhar | hahaha took me a few seconds to figure out why they would title it that |
| Daveman | sup nigs |
| nahasa | my browser tries to open up a perl program rather than interpret it, it is placed in cgi bin, anyone know what is wrong? the permission on the perl file is 700 |
| extintor | nahasa: and whos the owner ? |
| nahasa | me |
| extintor | and your httpd runs as ? |
| nahasa | i dunno, its the server of my university |
| xand | chmod o+x |
| extintor | yepp |
| xand | though it should say error 403 for that |
| yaniv0a | Do I need to do chomp to value from a cookie ? |
| nahasa | it still tries to open it oh wait 403 |
| perlygatekeeper | my tummy hurts I'm hungry |
| xand | perlygatekeeper: have you been eating glue? |
| yaniv0a | execute() ( ERROR: invalid input syntax for integer: "id=1; path=/" ) ? my $sth = $dbh->prepare( q{SELECT uid, password, pin FROM l2m_users WHERE uid = ?} ); $sth->execute( $uid ) || die "execute() ( $DBI::errstr )"; |
| dhar | yaniv0a: print the value of $uid before passing it, it looks like you are not passing what you think you are yaniv0a: it looks like $id = 'id=1 ; path=/'; |
| rindolf | Hi extintor |
| extintor | hi rindolf |
| Randal | I just sent email to $client saying "fire me now" |
| rindolf | extintor: sup? Randal: heh |
| Daveman | Gumbybrain: Shlomi it! |
| Randal | that Springfield thing was stupid |
| GumbyBRAIN | It it a bit. |
| Randal | dammin |
| rindolf | Randal: why? |
| extintor | rindolf: not much, trying to learn php (or, I am forced to) |
| rindolf | extintor: OK. |
| don_j | why are URI->new($pretty_name) removing trialing whitespace while uri_escape are not? |