# A simple example from http://perldoc.perl.org $name = "foo"; $$name = 1; # Sets $foo # $name is evaluated ("foo") as the name of the variable