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