Help for this page

Select Code to Download


  1. or download this
    # The following line is the re-existing code in another 
    # part of the program beyond my control:
    ...
    use strict;
    my %hash;
    $hash{alpha}{state} = ${"$alpha" . "_state"};