jimmy78 has asked for the wisdom of the Perl Monks concerning the following question:

Hi, How can i specify muptile -I paths in perl -c command below: "perl -c -I/home/jimmy/lib /home/jimmy/bin/ABC.pm"

Replies are listed 'Best First'.
Re: perl -I option
by moritz (Cardinal) on Feb 17, 2009 at 09:27 UTC
    perl -Ilib1 -Ilib2 -c ...
    A reply falls below the community's threshold of quality. You may see it by logging in.