in reply to Re^3: [OT] Why I don't use Mysql for new projects (strictperl)
in thread [OT] Why I don't use Mysql for new projects
It seems that a similar idea has been applied to the Perl core for 5.11, and it'll be enabled through use 5.11;. It applies strict and warnings in a local scope instead of globally, so things that don't work with it don't break. As Rafael Garcia-Suarez points out, globally adding strict+warnings doesn't need a patch to Perl but only a source filter.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: [OT] Why I don't use Mysql for new projects (strictperl)
by chromatic (Archbishop) on Jul 11, 2009 at 16:34 UTC |