i get the error:
"syntax error at output.pl line 3, at EOF
Execution of output.pl aborted due to compilation errors."
when i run the code above. any ideas why?
also, for some reason warning isnt in my distribution of perl. if i include use warning it comes up with the error:
"Can't locate warning.pm in @INC (@INC contains: /System/Library/Perl/5.8.6/darwin-thread-multi-2level /System/Library/Perl/5.8.6 /Library/Perl/5.8.6/darwin-thread-multi-2level /Library/Perl/5.8.6 /Library/Perl /Network/Library/Perl/5.8.6/darwin-thread-multi-2level /Network/Library/Perl/5.8.6 /Network/Library/Perl /System/Library/Perl/Extras/5.8.6/darwin-thread-multi-2level /System/Library/Perl/Extras/5.8.6 /Library/Perl/5.8.1/darwin-thread-multi-2level /Library/Perl/5.8.1 .) at output.pl line 3.
BEGIN failed--compilation aborted at output.pl line 3."
thanks for the help!