The Perl Equivalent Of $_SERVER['PHP_SELF']
Posted: Mon Jul 31, 2006 10:03 am
I need to find the file name of the perl script that is currently being run.
Anyone?
Anyone?
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
$script_filename = $ENV{'_'};