- or download this
#!/usr/bin/perl -wl
use strict;
...
BEGIN { print for @INC; print "-----" }
# use here whatever module lives in one of the added paths...
- or download this
$ ./955116.pl
/etc/perl
...
/usr/local/lib/site_perl
.
-----
- or download this
<p> inserting into the script: </p>
<c>
use lib "/usr/share/perl5/vendor_perl/AnyEvent/Iml";
</c>
<p> also does not change the entry. </p>
- or download this
use lib "/usr/share/perl5/vendor_perl/AnyEvent/Iml";