Help for this page

Select Code to Download


  1. or download this
    sub finder {
    
    ...
        return $file;
    }
    }
    
  2. or download this
    my $output = $ssh->capture({stdin_data => <<'EOS'}, '/usr/bin/perl');
    finder()
    EOS
    
    print $output