Use this script to print the environment of a CGI request:
use strict; use CGI qw(:standard); print header, start_html; for my $k (sort keys %ENV) { print "$k = $ENV{$k}<br>"; } print end_html;
HTH, HAND.
In reply to Re: Determining foreign port number
by archon
in thread Determining foreign port number
by jjdeterick
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |