Result:
found 2 distributions and 3 files matching your query !
( run in 0.252 )
Win32
view release on metacpan or search on metacpan
The return value is formatted according to OLE conventions, as groups
of hex digits with surrounding braces. For example:
{09531CF1-D0C7-4860-840C-1C8C8735E2AD}
=item Win32::HttpGetFile(URL, FILENAME [, IGNORE_CERT_ERRORS])
Uses the WinHttp library to download the file specified by the URL
parameter to the local file specified by FILENAME. The optional third
parameter, if true, indicates that certficate errors are to be ignored
for https connections; please use with caution in a safe environment,
user-defined error composed of 1e9 plus the HTTP status code.
Scalar context example:
print Win32::GetLastError()
unless Win32::HttpGetFile('http://example.com/somefile.tar.gz',
'.\file.tgz');
List context example:
my ($ok, $msg) = Win32::HttpGetFile('http://example.com/somefile.tar.gz',
'.\file.tgz');
if ($ok) {
print "Success!: $msg\n";
}
else {
view all matches for this distribution
perl
view release on metacpan or search on metacpan
cpan/Win32/Win32.pm view on Meta::CPAN
The return value is formatted according to OLE conventions, as groups
of hex digits with surrounding braces. For example:
{09531CF1-D0C7-4860-840C-1C8C8735E2AD}
=item Win32::HttpGetFile(URL, FILENAME [, IGNORE_CERT_ERRORS])
Uses the WinHttp library to download the file specified by the URL
parameter to the local file specified by FILENAME. The optional third
parameter, if true, indicates that certficate errors are to be ignored
for https connections; please use with caution in a safe environment,
cpan/Win32/Win32.pm view on Meta::CPAN
user-defined error composed of 1e9 plus the HTTP status code.
Scalar context example:
print Win32::GetLastError()
unless Win32::HttpGetFile('http://example.com/somefile.tar.gz',
'.\file.tgz');
List context example:
my ($ok, $msg) = Win32::HttpGetFile('http://example.com/somefile.tar.gz',
'.\file.tgz');
if ($ok) {
print "Success!: $msg\n";
}
else {
view all matches for this distribution( run in 0.252 second using v1.01-cache-2.11-cpan-a5abf4f5562 )