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"
Comment on
perl -I option
Replies are listed 'Best First'.
Re: perl -I option
by
moritz
(Cardinal)
on Feb 17, 2009 at 09:27 UTC
perl -Ilib1 -Ilib2 -c ...
[reply]
[d/l]
A reply falls below the community's threshold of quality. You may see it by logging in.
Back to
Seekers of Perl Wisdom