At 4:54 pm +0000 18/2/05, Neil Bowers wrote:
You'll need to declare the variable in the script ('our', not 'my'), before you require variables.conf
I don't think it needs to be before;
for (our @list) { print }
will do the trick.
JD
At 4:54 pm +0000 18/2/05, Neil Bowers wrote:
You'll need to declare the variable in the script ('our', not 'my'), before you require variables.conf
I don't think it needs to be before;
for (our @list) { print }
will do the trick.
JD