Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: [OT] Why I don't use Mysql for new projects (strictperl)

by Corion (Patriarch)
on Jul 11, 2009 at 08:53 UTC ( [id://779164]=note: print w/replies, xml ) Need Help??


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

    The use 5.11; feature is good and welcome, but its goal is very different: to reduce the amount of boilerplate necessary to enable newer features. The goal of strictperl is to experiment with a Perl that forces you to be explicit about where you need to avoid strictures; it's an experiment in maintainability and reliability in Perl 5. (The suggestion "Can't you just use a source filter?" I find silly.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://779164]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-20 09:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found