Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        print "\$href->{1} = $href->{1}\n";
    }
    print '$href is now a ', ref( $href ), " ref.\n";
    
  2. or download this
    $href is now a HASH ref.