Finding out about perl installation on your machine..

2004-08-04 Thread Sanjay Arora
Hi I am a newbie to perl. Am using RH9. Perl has been installed by RH anaconda at Linux install time. I would like to find out what perl modules are installed on my machine. How do I do that? With best regards. Sanjay. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Browsing a site and checking/posting webmail using perl...

2004-08-04 Thread Sanjay Arora
I am using RH9, postgreSQL and perl5. I would like to get my system to automatically visit a site, go to the login url, login, browse to the mail/messages link and get the messages one by one and save them in a postgreSQL database. Also, I would like my system to post messages from the database

Multiple Page Web-forms, without passing earlier pages values to the next one?

2004-08-04 Thread Sanjay Arora
I am using RH9, postgreSQL and perl5. Is it possible to get users to submit multiple page web-forms but not to pass values from one form to the next? I would like to store each page to the database server as it is submitted. Also, to build in the process to resume the web-form submission at a

Re: Browsing a site and checking/posting webmail using perl...

2004-08-04 Thread Sanjay Arora
Thanks for the tips, Chris. Ill start looking at the documentation of the code you pointed. On Wed, 2004-08-04 at 17:14, Chris Devers wrote: On Wed, 4 Aug 2004, Sanjay Arora wrote: I am using RH9, postgreSQL and perl5. I would like to get my system to automatically visit a site, go

RE: Help needed in extracting html over HTTTPS protocol.

2004-08-04 Thread Sanjay Arora
Anas I have a similar requirement. Can you tell me which perl modules are you using for connecting to http and getting html which modules for extracting info. I havent got to your stage, so I guess Ill keep an eye on your thread ;-). And Bob, thanks for the tip though its a bit advanced for me