RE: COM, LPT etc

2001-08-24 Thread Marcin Gierdalski
My cordial apologies to all Pythoners on the list :-) I just happened to cut&paste your address without editing to make a perl one. Anyway, one helpful spirit crossposted my mail to ActivePerl list and I got some useful answers. BTW, shamefully, the only thing I know about python is that it ha

RE: COM, LPT etc

2001-08-24 Thread Michael Robin
Guess he didn't need my previous response... That's what I get for not reading carefully and assuming the correct newsgroup. Hey - just use Python instead and my advice is usefull... m -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Marcin Gierdalski S

Re: How to extract cookies?

2001-08-24 Thread Dan Milgram
Check out the Cookie module - part of core python - for general cookie manipulation. http://aspn.activestate.com/ASPN/Reference/Products/ActivePython/python/lib/module-Cookie.html Regards, Dan On Fri, 24 Aug 2001, A wrote: > > > Hi, > I use httplib module to POST to a website.From the respon

Re: COM, LPT etc

2001-08-24 Thread Dan Milgram
> How can I write to COM1 from ActivePerl? Or to serial/parallel port in general? > I would suggest posting this question to the ActivePerl newsgroup. (http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/activeperl) Regards, Dan > Marcin > > > __

COM, LPT etc

2001-08-24 Thread Marcin Gierdalski
How can I write to COM1 from ActivePerl? Or to serial/parallel port in general? Marcin _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ___ ActivePython mailing list [E

How to extract cookies?

2001-08-24 Thread A
Hi, I use httplib module to POST to a website.From the response( header) I need to extract cookies. Can you advise me how I can do that please? The header I receive looks like Server: Microsoft-IIS/5.0 Date: Thu, 23 Aug 2001 12:24:33 GMT Location: MemberPortfolio.asp Connection: Keep-Aliv