Not a Member Yet,
Click here to Register

ID: 122
Viewed: 3677
Added: Jul 27, 2003
Version:
Snippet uploaded by: snippet
Written By: Kevin
Demo: Sorry, no demo



User Rated at: 0 Stars
Rate This:

Thank you for your vote. Please wait...

It appears you already voted for this snippet

It appears your vote value was empty

This little script will let you see all the serverside environment variables that are at your disposal. Just insert the following code into a file and name it whatever.cgi or whatever.pl. Then upload it to your server's cgi-bin and chmod it to 755. then run it from your favorite browser.

<!---Head--->
none

<!---Body--->


 #!/usr/bin/perl 
print "Content-type: text/htmlnn";
foreach $key (keys(%ENV)) {
printf("<font color=crimson face=verdana size=2>%-10.20s:</font> <font color=blue size=2 face=verdana><b>$ENV{$key}</b></font><br>", $key);
}
exit;


No Comments to show

Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Replying to a Comment...


Adding your comment. Please wait...

Thanks for adding your comment!. After further review it will be added.

There was a problem adding your comment. Please try again.

Please complete all the fields in the form before sending.

© 2002 - 2024 snippetlibrary.com All Rights Reserved. Conditions
Do NOT follow this link or you will be banned from the site!