| f00li5h | Dr-Linux: so your script isn't runnable even thought it has a #! on the first line? |
| Dr-Linux | f00li5h: it's runnable if i put "perl script.cgi" |
| f00li5h | Dr-Linux: chmod +x script.cgi |
| Dr-Linux | f00li5h: that's already |
| f00li5h | then check that you have run-cgi-scripts turned on in $webserver for that directory Dr-Linux: do you can ./script.cgi and it works? |
| Dr-Linux | -rwxrwxrwx 1 root root 1261 Apr 23 20:01 mont.cgi f00li5h: never works |
| theGZA | has anyone had UTI |
| f00li5h | Dr-Linux: so you cant run the script with the path to it? |
| Dr-Linux | [root@LHR-PBX-1 cgi-bin]# ./mont.cgi [root@LHR-PBX-1 cgi-bin]# ohhh |
| perlygatekeeper | Good Mornin' #perl! |
| f00li5h | perlygatekeeper: ^_^ Dr-Linux: so you can run it? great |
| Dr-Linux | f00li5h: no i can't run it |
| theGZA | no one had UTI? |
| Dr-Linux | that's how we discussed the same thing on friday |
| dazjorz | Hmm How do I urlencode a string ? |
| Dr-Linux | f00li5h: it doesn't print anything to me |
| dazjorz | would s/&/&/ suffice? |
| Jmax- | dazjorz: no URI::Encode |
| dazjorz | Ah Is that core..? |
| f00li5h | Dr-Linux: so, it may just not print anything |
| dazjorz | core: URI::Encode |
| buubot | URI::Encode will be added by christmas |
| Jmax- | probably not |
| Dr-Linux | awww |
| f00li5h | Dr-Linux: no, what about things that are already escaped? |
| Jmax- | er URI::Escape |
| dazjorz | Jmax-: I can't use any non-core modules, since it's not a script for me but for a friend of mine, and I rather not ask him to use cpan to install it... core: URI::Escape |
| buubot | URI::Escape will be added by christmas |
| dazjorz | :/ |