Help for this page

Select Code to Download


  1. or download this
    our $x13 = 'foo';
    print $x31;
    
  2. or download this
    my %hash;
    $hash{boy}             = 'Arnold';
    $hash{pension_balance} = 172.50;
    $hash{filehandle}      = $fh;
    print $hash{pensionbalance};