Most of the work I did in perl was on a FreeBSD system and not
surprisingly, perl under Linux behaves essentially the same but
one thing I notice is that Warnings::Unused doesn't appear as a
module.  It is quite useful in keeping one's code free of clutter
so the question is whether there is another module that performs
the same task?

use Warnings::Unused

in code produces:

Can't locate warnings/unused.pm in @INC (@INC contains: /etc/perl 
/usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 
/usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 
/usr/local/lib/site_perl .) at ./232start line 3.
        Thank you.

Martin McCormick

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to