cessaro has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to use curl within perl, using the WWW::Curl::Easy package, to upload an XML file, but don't seem to be getting anywhere. Googling around wasn't much help either. I can perform the curl -f command by shelling out to the system, but I would prefer to embed the curl calls within perl. Does anyone have a working template that shows how to do this?