inblosam has asked for the wisdom of the Perl Monks concerning the following question:
#!/usr/bin/perl print "Content-type: text/plain\n\n"; print "$_\t$ENV{$_}\n" for sort keys %ENV;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: seeing what is going on in form posts
by dws (Chancellor) on Jun 26, 2002 at 07:26 UTC | |
(wil) Re: seeing what is going on in form posts
by wil (Priest) on Jun 26, 2002 at 09:11 UTC | |
Reverse engineering HTTP transactions
by Joost (Canon) on Jun 26, 2002 at 11:47 UTC | |
Re: seeing what is going on in form posts
by DamnDirtyApe (Curate) on Jun 26, 2002 at 07:27 UTC | |
Re: seeing what is going on in form posts
by zentara (Cardinal) on Jun 26, 2002 at 16:19 UTC |