Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    ok ! system ("PERL5LIB=/foo:/tmp perl -e 'use ZZZZZ;'"), 'Second in pa
    +th';
    ok   system ("PERL5LIB=/foo:/bar perl -e 'use ZZZZZ;'"), 'Not in path'
    +;
    $mod->remove;