Look at Tark's original post demonstrating this. When you store the variable you give it a name like "var1". Then you can access it with $var1 and in an if you can do define $var1 to see if it exists. So you have to use methods to create it but its accessed like any other variable in perl.
|