id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
52,catch common errors by beginners,szabgab,azawawi,"For example 

{{{
  $x = //

  if ($x = //) {
  }
}}}

Lack of use strict, should be also considered a beginners type error.

Lack of use warnings - I would consider it such but other don't.
but then you won't get alerted with such cases:
{{{
   if ($x = 42) {
   }
}}}
",enhancement,assigned,major,Satisfy all the requirements of PerlMonks,Identify Common Errors,0.84,,,
