Help for this page

Select Code to Download


  1. or download this
    my $localfile = sprintf("%s/%s",
                             $params->get("Path.From"),
                             $params->get("File"));
    
  2. or download this
    my $localfile = params->get("Path.From") . '/' . $params->get("File");
    
  3. or download this
    my ($host, $login, $scrambled_pass) = @_;
    
  4. or download this
        my $host = { 'host' => $hosts->[0],
                     'login' => $hosts->[1],
                     'pass' => $pass
                     };