in reply to Re^3: undefined value as filehandle from Curl.pm
in thread undefined value as filehandle from Curl.pm

regardless of either:

$lwpcurl->{agent}->setopt( CURLOPT_FILE, \$fh ); $lwpcurl->{agent}->setopt( CURLOPT_FILE, $fh );

both generate the same previous error:

Can't use an undefined value as filehandle reference at /home/geof/httppost/lib/perl5/site_perl/5.8.8/LWP/Curl.pm line 236.