Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Use of 'our' considered harmful

by Zed_Lopez (Chaplain)
on Sep 24, 2004 at 18:47 UTC ( [id://393633]=note: print w/replies, xml ) Need Help??


in reply to Use of 'our' considered harmful

Clearly the tool's author should have included:

require 5.6;

And then the SysAdmin could have just upgraded to Perl 5.6 or higher to take advantage of the require version syntax.

Simple!

Replies are listed 'Best First'.
Re^2: Use of 'our' considered harmful
by Anonymous Monk on Sep 27, 2004 at 14:10 UTC
    "Just" upgraded to Perl 5.6? "Just"? I don't think there has ever been a Perl releases that did not break scripts out there. Every Perl release breaks things. Sometimes intentional. Sometimes because of a bugfix. Sometimes because a feature is suddenly considered a bug, or bad coding style, and it gets "fixed". Sometimes because behaviour was unspecified (but consistent) and then it got specified to act different from how it always worked. And often the breakage was unintentional.

    There are (very) large companies out there, with tens of thousands of users using hundreds or thousands of tools who might take a year to roll out a new version of Perl. And who *intentionally* do not upgrade because of the breakage.

    One can't assume that what you can do on your home PC - just upgrading Perl in 20 minutes - one can do everywhere.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (3)
As of 2024-04-26 08:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found