Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^4: Rewrite Program Using Arrays

by chromatic (Archbishop)
on Mar 26, 2012 at 16:14 UTC ( [id://961699]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Rewrite Program Using Arrays
in thread Rewrite Program Using Arrays

You're also documenting to Perl what you expect.

Remember that much of the difficulty of parsing Perl 5 (and enhancing Perl 5) is that you can only guess as to which features of Perl 5 you expect in any given file without an explicit version declaration. Sure, feature enables keywords, but you also get different semantics in 5.12 and 5.14, for example, with the use of unicode_strings.

With that said, use 5.12.4; has disadvantages compared to use 5.012;.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-04-19 16:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found