I am trying to collect the most common errors and warnings in Perl
http://www.perlmonks.org/?node_id=733201
So far I have:
Use of uninitialized value $name in concatenation (.) or string at
t/files/hello_with_warn.pl line 7
Argument "2x" isn't numeric in addition (+) at
t/files/hello_with_warn.pl line 9.
Name "main::what" used only once: possible typo at t/files/no_strict.pl line 4.
Global symbol "$x" requires explicit package name at
t/files/missing_semicolon.pl line 7.
syntax error at t/files/missing_semicolon.pl line 7, near ") {"
Execution of t/files/missing_semicolon.pl aborted due to compilation errors
What else is common?
Gabor
_______________________________________________
Perl mailing list
[email protected]
http://perl.org.il/mailman/listinfo/perl