lexical scopes vs. packages

2002-05-06 Thread Nate Brunson
ok so i didnt know who else to ask this question to... and it doesent really have to do with cgi or anything im just wondering say you have some code: sub read_input { my ($buffer, pairs, $pair, $name, $value, %FORM); $ENV{'REQUEST_METHOD'} =~ tr/a-z/A-Z/; if ($ENV{'REQUEST_METHOD'} eq

RE: lexical scopes vs. packages

2002-05-06 Thread Bob Showalter
-Original Message- From: Nate Brunson [mailto:[EMAIL PROTECTED]] Sent: Monday, May 06, 2002 1:27 PM To: [EMAIL PROTECTED] Subject: lexical scopes vs. packages ok so i didnt know who else to ask this question to... and it doesent really have to do with cgi or anything im just