Help for this page

Select Code to Download


  1. or download this
        use autouse 'Net::SSH::Perl' => 'Net::SSH::Perl::new';
        my $ssh = Net::SSH::Perl->new;
    
  2. or download this
        autouse into different package attempted at a.pl line 4
        BEGIN failed--compilation aborted at a.pl line 4
    
  3. or download this
    --- autouse.pm.old    Thu Jun 14 12:08:05 2001
    +++ autouse.pm    Thu Jun 14 12:08:11 2001
    ...
         if ($index == -1) {
             $closure_import_func = "${callpkg}::$func";
         } else {