|
|
| more useful options | |
| PerlMonks |
Re^3: Perl odditiesby Joost (Canon) |
| on Mar 01, 2005 at 17:03 UTC ( #435526=note: print w/ replies, xml ) | Need Help?? |
|
IMO system() (and related ops) should just raise an exception on error. There is no reason to force everyone to write all these return code checks when 90 % of the time you'll want to bail out on error anyway (and if not, you can use eval, or try() in perl6).
In Section
Meditations
|
|
||||||||||||||||||||