Worst common Perl mistake?
- Failure to use strictures
- Failure to turn on warnings
- Forgot to look on CPAN
- Reinventing a wheel for no reason
- Reinventing a wheel for a stupid reason
- Misunderstanding of/Assumptions about $_
- Confusing scalar and list contexts
- Not understanding undef/0/0 but true/1
- Slurping files needlessly
<-radiant.matrix->
Larry Wall is Yoda: there is no try{} (ok, except in Perl6; way to ruin a joke, Larry! ;P)
The Code that can be seen is not the true Code