in reply to
Re^4: Using Windows Curl.exe in Perl
in thread
Using Windows Curl.exe in Perl
See
http://perldoc.perl.org/perlintro.html#Files-and-I%2fO
, see
File::Temp
, see
print
, and
print $temp $string, "end up in $temp\n";
Comment on
Re^5: Using Windows Curl.exe in Perl
Download
Code
In Section
Seekers of Perl Wisdom