in reply to Re^3: Printing largest number in array using loops and if statement
in thread Printing largest number in array using loops and if statement
In this case there is no reason to have a minimum version of Perl 5.6....
Indeed there is! This helps to prevent a future version of Perl 5 from using the wrong version of the grammar with this program.
You might as well argue that there's no reason to use strict with a specific piece of code because there are no stricture violations.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Printing largest number in array using loops and if statement
by CountZero (Bishop) on Jan 17, 2010 at 09:38 UTC | |
by chromatic (Archbishop) on Jan 17, 2010 at 21:40 UTC |