Help for this page

Select Code to Download


  1. 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...
    
  2. or download this
    $ ./955116.pl
    /etc/perl
    ...
    /usr/local/lib/site_perl
    .
    -----
    
  3. 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>
    
  4. or download this
    use lib "/usr/share/perl5/vendor_perl/AnyEvent/Iml";