RE: clearing screen details from within script

2003-02-10 Thread James Macintyre
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

Re: clearing screen details from within script

2003-02-10 Thread Dave K
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

SSL for LWP

2003-02-10 Thread Lance
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

mkdir will not work with a variable

2003-02-10 Thread Tom McKellips
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

Re: mkdir will not work with a variable

2003-02-10 Thread Wiggins d'Anconia
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