elsif issues ....still

2003-08-21 Thread Catriona Wordsworth
Hi Guys, trying to get the following code to print each line where relevantbut it only prints the first statement "yes its one!" even if the $variable is "5" $variable = $var if ($variable == "1"){ print MAIL "yes its one!\n"; } elsif ($variable == "2"){ print MAIL "it is two!\n";

a few more questions while I am at it....

2003-08-21 Thread Catriona Wordsworth
I am interested in programming my script to pick up the email addresses operated by the main email client as a particular page is opened and then pass that on to me via email. presumably I could then do the same with picking up the IP and browser details as well... can someone point me in

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

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

help with print MAIL

2003-06-05 Thread Catriona Wordsworth
Hi guys, Needing a little assistance with some issues I am having trying to get my script to print variable details into and email generated by the script. so far the script generates the email with (sendmail-t) etc then goes on print MAIL "print this" what I now want it to do is this... if