in reply to Re: #!/usr/bin/perl -w and use warnings;
in thread #!/usr/bin/perl -w and use warnings;

Have far back can you use the -w option?

Just going to check the history files on perldoc.

Walking the road to enlightenment... I found a penguin and a camel on the way.....
Fancy a yourname@perl.me.uk? Just ask!!!

Replies are listed 'Best First'.
Re^3: #!/usr/bin/perl -w and use warnings;
by brian_d_foy (Abbot) on Apr 23, 2005 at 21:34 UTC

    Perl4 had the -w switch, and back then everything fit in one manpage (man perl) so that's where you need to look.

    You can still download perl4.036 from CPAN and just look for yourself. You don't have to actually install it :)

    --
    brian d foy <brian@stonehenge.com>

      Thanks. That looks like an interesting read ;-)

      Walking the road to enlightenment... I found a penguin and a camel on the way.....
      Fancy a yourname@perl.me.uk? Just ask!!!
Re^3: #!/usr/bin/perl -w and use warnings;
by Joost (Canon) on Apr 23, 2005 at 20:47 UTC