in reply to Re: Perl & rasmol script
in thread Perl & rasmol script

Agreed that he needs to use strict, but isn't use warnings redundant with #!/usr/bin/perl -w?

Replies are listed 'Best First'.
Re^3: Perl & rasmol script
by blazar (Canon) on Feb 12, 2007 at 17:53 UTC
    Agreed that he needs to use strict, but isn't use warnings redundant with #!/usr/bin/perl -w?

    For added clarity: I meant in substitution of -w.