Help for this page

Select Code to Download


  1. or download this
    my $fh;
    my %x;
    ...
    $x{handle} = $fh
    
    print $x{handle} "Wow!\n";
    
  2. or download this
    my $z = $x{handle}
    print $z "Wow!\n";