| Randal | Hmm. unlikely answer oh -then put that script in a cgi-bin |
| action | Randal braces for a dumb question from dxy |
| Randal | braces for a dumb question from dxy in fact, I'd bet dxy is actually a bot |
| revdiablo | butterball: Or, heck, make a perl script to print the working directory.... use Cwd; print "Content-Type: text/plain\n\n"; print getcwd(); |
| Randal | that'd work too I like to start with /bin/sh because it Just Works don't have to worry about "path to perl" |
| pasteling | "synger" at 220.245.180.134 pasted "#!/usr/bin/perl use strict; my" (9 lines, 101B) at http://sial.org/pbot/23544 |
| revdiablo | butterball: We just want to know what directory your web server is cd'd into when it executes a script |
| Randal | synger - you're missing a space after the colon |
| olinux | not sure how to troubleshoot this, http://www.koders.com/perl/fid4B7AD8D3BD667B1FC4818FBDE6EB87A631A2969B.aspx |
| shorten | olinux's url is at http://xrl.us/vc4k |
| olinux | Can't locate auto/Geo/IP/isp_by_addr.al in @INC (@INC contains: ... ) at /var/www/awstats/plugins/geoip_isp_maxmind.pm line 325 |
| Randal | olinux - looks like a URL to me how do you troubleshoot a URL? a long one at that? |
| olinux | randal there's a code sample ... |
| Randal | all I see is a URL I don't visit sites that aren't in the /topic too much potential damage perlbot, paste > olinux |
| olinux | that's why i love perl |
| Randal | synger - get the comment? |
| synger | Randal: yes, space or no space, doesnt matter. |
| Randal | it matters if you want to be correct if you leave out the space, it's ERROR CORRECTING for you why rely on ERROR CORRECTION when you can do THE RIGHT THING |
| synger | funny that, my script runs. |
| Randal | it's like throwing crappy HTML at a browser, and hope that it correct it for you |
| revdiablo | synger: Your script also doesn't output proper HTTP headers |
| Randal | so synger - you have a bit to learn before helping. |
| synger | well firefox and my apache server both don't seem to have a problem?? |
| Randal | please keep quite. quiet. |
| pasteling | "olinux" at 68.107.4.202 pasted "Can't locate auto/Geo/IP/isp_by_addr.al in @INC (@INC contains: ...) at /var/www/awstats/plugins/geoip_isp_maxmind.pm line 325" (439 lines, 16.9K) at http://sial.org/pbot/23545 |
| Randal | otherwise, we have to help people, AND correct your mistakes. |
| butterball | rev: the perl script worked it outputted / |