doesn't print "yes"#!perl -l sub foo { local %ENV; $ENV{foo} = '1'; print $ENV{foo}; } foo; print 'yes' if $ENV{foo} eq '1';
In reply to Re: Populate CGI from HTTP::Request wo/ using %ENV ?
by Errto
in thread Populate CGI from HTTP::Request wo/ using %ENV ?
by renodino
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |