On Sun, 05 Nov 2017 16:51:09 -0600
"Martin McCormick" <marti...@suddenlink.net> wrote:

> 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
> 

Hi Martin,

please see https://metacpan.org/release/warnings-unused as well as
http://perl-begin.org/topics/cpan/wrappers-for-distributions/ and
http://perl-begin.org/topics/cpan/ . It should not be hard to install and your
Linux distro may already have it packaged. It is just that it was already
available on your FBSD system.




-- 
-----------------------------------------------------------------
Shlomi Fish       http://www.shlomifish.org/
Freecell Solver - http://fc-solve.shlomifish.org/

If the mountain does not come to Muhammad, then Chuck Norris will bring the
mountain over.
    — http://www.shlomifish.org/humour/bits/facts/Chuck-Norris/

Please reply to list if it's a mailing list post - http://shlom.in/reply .

--
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