HTH#!/usr/bin/perl use strict; use warnings; print "Content-type: text/html\n\n"; foreach my $k (sort (keys %ENV)) { print "$k: $ENV{$k}<BR>"; }
In reply to Re: diplaying the entire $ENV set
by barrd
in thread diplaying the entire $ENV set
by Poblachtach32
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |