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

I have determined why this error was caused in this code. That is because the parameter I am attempting to use, expects a pointer to a file, file handle, rather than a string as I was attempting. Hence the reason for the filehandle error. Thought I'd post an update for others who might attempt to use this module.

  • Comment on Re^4: undefined value as filehandle from Curl.pm