in reply to Re: running scripts in Mac OS 10.4
in thread running scripts in Mac OS 10.4
This is another argument why -w is far superior than use warnings;.
#!/usr/bin/perl -w
will work in situations where
#!/usr/bin/perl use warnings;
will not :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: running scripts in Mac OS 10.4
by Anonymous Monk on Jun 26, 2008 at 03:53 UTC |