Ticket #52 (assigned enhancement)
catch common errors by beginners
| Reported by: | szabgab | Owned by: | azawawi |
|---|---|---|---|
| Priority: | major | Milestone: | Satisfy all the requirements of PerlMonks |
| Component: | editor | Version: | |
| Keywords: | Cc: |
Description
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) {
}
Change History
Note: See
TracTickets for help on using
tickets.
