#!/usr/bin/perl5 print "Context-type: text/plain\n\n"; while ( ($key,$value) = each %ENV ) { print "[$key]\t[$value]\n"; } exit 0;
In reply to Re: diplaying the entire $ENV set
by Anonymous Monk
in thread diplaying the entire $ENV set
by Poblachtach32
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |