Re: declaring variables

2002-12-13 Thread Mystik Gotan
Stuff the variable names into an array, use a regex to delete all the slashes (as you will declare the names with a slash in front of it). Or anything like that. Actually, I think the syntax is ok. I'm sure local() can do this, so why can't my? Just try to accomplish something else with this con

Re: declaring variables

2002-12-13 Thread John W. Krahn
Mariusz wrote: > > In one of my scripts I have lots of variables to declare. I wanted to type them in >groups instead of one long line but I think dividing my lines trough the use of the >ENTER key stops the script from working. (Although when I check the syntax through >"perl - c script.cgi" i