> I am not thinking about regexp match at all. > use strict; > my $bar = "foo"; > print ${bar}; # prints "foo" > > With > variables such as '$00', '$010', ... you can not do the same, i.e.: > > use strict; > $010 = "foo"; > print ${010}; # will *not* print "foo" Fair enough. Thanks for the explanations! Internal Use - ConfidentialThread Previous | Thread Next