On Fri, Mar 23, 2007 at 10:25:54AM -0500, Daniel T. Staal wrote:
> On Fri, March 23, 2007 7:52 am, [EMAIL PROTECTED] said:
> > #!/usr/bin/perl -w
> I normally see 'use warnings;' listed instead of the -w switch, but that's
> mostly preference.

'use warnings' doesn't work in 5.005.

Obviously this isn't an issue if you're only ever working on OS X, but
needlessly restricting your code to particular versions of perl is a bad
habit to get in to, because you *will* get bitten by it if you share
your code with other people.

-- 
David Cantrell | top google result for "internet beard fetish club"

    There are many different types of sausages.  The best are
    from the north of England.  The wurst are from Germany.
      -- seen in alt.2eggs...

Reply via email to