Hello ,
I am writing a members registration perl script , and I want to be able to
clear the html output so that another form page can be displayed once the
form has been filled in and the values processed. ie when the script passed
the second time. I have tried using clear() but it tells me Undefi
James,
> I am writing a members registration perl script , and I want to be able to
> clear the html output so that another form page can be displayed once the
> form has been filled in and the values processed. ie when the script
passed
The browser will not behave like a terminal screen. You will
What modules have to be installed for LWP::UserAgent to read SSL pages? I
have been trying to install Crypt-SSLeay, but I keep getting the message:
'Error: no suitable installation target found for package Crypt-SSLeay.'
I am using ActiveState 5.6.1-build 633 on win XP
I have been trying to use
How do I make mkdir work with a variable? I can put
mkdir '/mydir'; in a cgiscript and it will work perfect every time but if I
use a variable
mkdir $mydir; it will never work
It does not appear to make any difference how I place " or ' or anything
else. I have tested the variable to make sure i
Tom McKellips wrote:
How do I make mkdir work with a variable? I can put
mkdir '/mydir'; in a cgiscript and it will work perfect every time but if I
use a variable
mkdir $mydir; it will never work
It does not appear to make any difference how I place " or ' or anything
else. I have tested the v