>I am using MacPerl here. Good! I love seeing Mac people learning Perl. >Line 9: Global symbol "FORM_DATA" requires explicit package name. In this case, you correctly localized the $key that you were using, but not the actual %FORM_DATA itself. Much like you did "my $key", simply add another line at the top of the script that says "my %FORM_DATA;". Morbus Iff .sig on other machine. http://www.disobey.com/ http://www.gamegrene.com/
- RE: use strict / explicit packages David Gilden
- RE: use strict / explicit packages Morbus Iff
- RE: use strict / explicit packages Peter Cline
- RE: use strict / explicit packages Brett W. McCoy
- RE: use strict / explicit packages Paul
- RE: use strict / explicit packages Brett W. McCoy
- RE: use strict / explicit packages David Gilden