Hello,

Thanks for the replies. I am using Perl provided by Oracle's Application Server. I am bound to it. LWP does not come standard with it. LWP requires some pre-req libraries/packages which I am unable to install on the platforms we are using. I felt may be I could achieve it with plain sockets.

Thanks
Sumit

Jeff Pang wrote:
I would appreciate if someone could tell me how to do an HTTP Post using IO::Socket. I cannot use LWP. I have to manage it with plain Sockets.


Post with LWP::UserAgent and HTTP::Request is very convenient since both the modules are 
current Perl's builtin modules.Please take a look at "perldoc lwpcook",it 
should show you some ways.

--
Jeff Pang
EMAIL: [EMAIL PROTECTED]  AIM: jeffpang



--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to