Help for this page

Select Code to Download


  1. or download this
    $VAR1=[
        '/opt/project1',
        '/opt/project2',
        ..
    ];
    
  2. or download this
    perl -I/path/to/perl5lib.pm -Mperl5lib script.pl
    
  3. or download this
    #!/bin/perl
    use lib '/path/to/perl5lib.pm',
    use perl5lib