to see a list of all Environment variables available to your script you might want to try the following in as a cgi-script:bash $ ( export QUERY_STRING="foo=bar&baz=foo+bar"; perl x.pl) tcsh $ (set QUERY_STRING="foo=bar&baz=foo+bar"; perl x.pl)
#!/usr/bin/perl $\="\n"; $,="="; print "Content-Type: text/plain\n"; map{print $_, $ENV{$_} } keys %ENV;
In reply to Re: command prompt help
by zodiac
in thread command prompt help
by zdog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |