in reply to Re^2: CGI::Carp fatalsToFile
in thread CGI::Carp fatalsToFile
getstore
my $code = getstore($url, $file)Gets a document identified by a URL and stores it in the file. The return value is the HTTP response code.
getstore desires a URL and a filename. Your code snippet shows $availability as being undefined.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: CGI::Carp fatalsToFile
by Bod (Parson) on Oct 08, 2021 at 18:47 UTC | |
by pryrt (Abbot) on Oct 08, 2021 at 19:02 UTC |