> -----Original Message----- > From: charles [mailto:[EMAIL PROTECTED]] > Sent: Friday, May 31, 2002 2:09 PM > To: [EMAIL PROTECTED] > Subject: Form send in Post > > > I have a Perl script that accesses Post variables from an html <form> > page. Does anyone know how I would send this data (POST) from perl > rather than generate another html <form> page to send it as > hidden input > ?
check out HTTP::Request::Common module, part of LWP distribution. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]