One catch, using the following data, it'll say $var exists. But that's probably good enough.it's a trivial test to add.
@var = qw( a b c ); $var2 = undef; $one = '$var'; # Exists! $two = '$var2'; # Exists
In reply to Re^4: Using a sting with a variable name
by ikegami
in thread Using a sting with a variable name
by bingohighway
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |