Help for this page

Select Code to Download


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