in reply to Re: Meaning of Maintanability and Functionality in Coding Perl
in thread Meaning of Maintanability and Functionality in Coding Perl
Try to avoid Perlisms...Why would you bother to use the perl interpreter if you want to write in some other language. That's only going to confuse real Perl programmers. There are plenty of other languages to choose from. Idioms are there for a reason.
...like the assumption that if(/.../) applies to $_.Why is this an assumption? Is there any time when m/.../ doesn't match against $_?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Meaning of Maintanability and Functionality in Coding Perl
by swampyankee (Parson) on Oct 18, 2005 at 21:24 UTC |