Help for this page

Select Code to Download


  1. or download this
    use lib sub {
        for (qw/Foo.pm Bar.pm Baz.pm/) {
    ...
        # let perl go on searching the 'faked' .pm!
        undef;
    };