disable back button

2003-08-19 Thread Catriona Wordsworth
Hi guys, pretty simple stuff I hope, but can someone tell me how to disable the back button in my perl script? thanks & regards Cat

Re: right click help please?

2003-08-19 Thread Oliver Schnarchendorf
On Wed, 20 Aug 2003 14:38:52 +1000, Catriona Wordsworth wrote: > When > someone right clicks the html page, the menu there gives the option > to "view source" I would still like to keep this there but have it > password protected so that only I can view the source. Cat, a) This is an h

right click help please?

2003-08-19 Thread Catriona Wordsworth
Can anyone assist me with how to change the right click menu. When someone right clicks the html page, the menu there gives the option to "view source" I would still like to keep this there but have it password protected so that only I can view the source. any ideas on this one?? thanks & re

Mail Reading and Parsing

2003-08-19 Thread Eliu Montoya Mariscal
Hello everybody, Im looking for some modules that may help me in a proyect where all I have to do is to analyze all the emails (which supposedly are erronous mails) and parse them. So I have to do different actions depending on if the mails are returned because 1. The recipient does not exists 2

RE: Mail Reading and Parsing

2003-08-19 Thread wiggins
On Tue, 19 Aug 2003 09:46:11 -0600, "eliu" <[EMAIL PROTECTED]> wrote: > Hello everybody, > > Im looking for some modules that may help me in a proyect where all I > have to do is to analyze all the emails (which supposedly are erronous > mails) an

Mail Reading and Parsing

2003-08-19 Thread eliu
Hello everybody, Im looking for some modules that may help me in a proyect where all I have to do is to analyze all the emails (which supposedly are erronous mails) and parse them. So I have to do different actions depending on if the mails are returned because 1. The recipient does not exists

RE: cpan module for mail login and scanning

2003-08-19 Thread wiggins
On Tue, 19 Aug 2003 14:08:37 +0200, Alex <[EMAIL PROTECTED]> wrote: > Hello cgi-people, > > is there such a module that logs into a pop3 account, scans the > content / headers and sends pop3 commands? > > the idea is to frequently log in into my

cpan module for mail login and scanning

2003-08-19 Thread Alex
Hello cgi-people, is there such a module that logs into a pop3 account, scans the content / headers and sends pop3 commands? the idea is to frequently log in into my pop3 account and remove spam-mail. one pattern, that I found is the whole range of [EMAIL PROTECTED] accounts in the recipient li

Re: perl script as binary

2003-08-19 Thread Sven Bentlage
Thanks for the tips to everyone. Can you turn the app into a web app? Unluckily that would be even more difficult, I think. I`m trying to write a small script / program to shutdown a linux box remotely. My basic idea is a small perl script which logs in using ssh, executes "shutdown" logs out a