Help for this page
# Log into the ftp # my $ftp; ... $ftp->get("$station_name.TXT", "../area/weather/$station_name.TXT") or + die "failed to retrieve file $station_name.TXT"; $ftp->quit; # End ftp session #
./get_weather.pl EGLL failed to retrieve file EGLL.TXT at ./get_weather.pl line 31.