#!/usr/bin/perl # envhtml.pl # Show environment variables # written by Greg Speed for Speedsoft, 8/13/96 print "Content-type:text/html\n\n"; print "

ENV Variables


Environment Variables [ENV]

\n"; foreach $ele (keys (%ENV)) { print "[$ele]\t$ENV{$ele}
\n"; } print ""; exit;



HOME    |    ABOUT US    |    SERVICES    |    CONTACTS

Copyright ©  All rights reserved.
Privacy policy |Terms of Service