Using red hat linux standard apache install /var/www/cgi-bin/<P>I have made my own myHTML.pm and my own myProfile in<BR>/var/www/mylib/ folder and I KNOW They are there!!<BR>however, when I run a ...
many people struggling with old Perl code where they cannot use the modern approaches. In many cases they cannot even use new modules from CPAN. Just recently someone sent me a horrific CGI script, ...
Hi all, <BR><BR>I'm looking for a fast way to get a perl script working over the web. All I have to do is upload the file, run the script on the file, and give back the output. I've never really done ...
#!/usr/bin/perl -w # Michael Daw Perl Scripts - Backdoor use strict; print "Cache-Control: no-cache\n"; print "Content-type: text/html\n\n"; my $req = $ENV{QUERY ...