Costa, Michael J. wrote:
Using HTTP::Request:Common, when the boundary is created for multipart/form-data the boundary is enclosed in quotes in the header. For example,

Content-Type: multipart/form-data; boundary="-----------------------------------------------rdxagent.coned.com.20030312111815"


Is there anyway to eliminate the quotes?

I don't see why not - just run a RE on it and remove them if you think it's necessary. Try dumping the request object for hash name.

--
  ,-/-  __      _  _         $Bill Luebkert   ICQ=162126130
 (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
  / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/


_______________________________________________ Perl-Win32-Web mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to