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: [

Re: HTTP Post using IO::Socket

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

Perl Parsing

2007-02-21 Thread Sumit Shah
Hello All, I have a string like: 'a = 1; b = 2; c = 3; d = 4' Whats the best way to parse it so that I can get a value for c, which is 3? I have used the hash approach. But, I was wondering if there is a faster way to do it in Perl. Thanks Sumit -- To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: Perl Parsing

2007-02-23 Thread Sumit Shah
hing much quicker than this. I need to use it inside Apache and need it to be as lightweight as possible. Thanks Sumit -Original Message- From: Rob Dixon [mailto:[EMAIL PROTECTED] Sent: Fri 2/23/2007 1:51 PM To: beginners@perl.org Cc:

RE: Perl Parsing

2007-02-23 Thread Sumit Shah
Thanks Ralph. It worked. Sumit -Original Message- From: Ralph Moritz [mailto:[EMAIL PROTECTED] Sent: Wed 2/21/2007 12:54 PM To: beginners@perl.org Cc: Subject: Re: Perl Parsing [EMAIL PROTECTED] (Sumit Shah