Re: HTTP Post using IO::Socket

2007-02-13 Thread David Moreno Garza
On Mon, 2007-02-12 at 18:30 -0500, Sumit Shah wrote: > All, > > 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. > > I am new to this and any help would be appreciated. This will s

Re: HTTP Post using IO::Socket

2007-02-13 Thread Sumit Shah
ot;, zentara wrote: On Mon, 12 Feb 2007 18:30:00 -0500, [EMAIL PROTECTED] (Sumit Shah) wrote: All, 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. I am new to this and any help would be apprecia

Re: HTTP Post using IO::Socket

2007-02-13 Thread Sumit Shah
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 P

Re: HTTP Post using IO::Socket

2007-02-12 Thread Jeff Pang
> >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.Plea

Re: HTTP Post using IO::Socket

2007-02-12 Thread Randal L. Schwartz
> "Sumit" == Sumit Shah <[EMAIL PROTECTED]> writes: Sumit> I would appreciate if someone could tell me how to do an HTTP Post Sumit> using IO::Socket. I cannot use LWP. I have to manage it with plain Sumit> Sockets. You can *always* use LWP in any sane Perl setup, especially considering that

HTTP Post using IO::Socket

2007-02-12 Thread Sumit Shah
All, 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. I am new to this and any help would be appreciated. Thanks Sumit -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail