Help for this page

Select Code to Download


  1. or download this
    use vars qw(%HoA);
    ## increment the sequencer.
    ...
        print ("HoA test $i: " .   $HoA{test} ."\n" );
        print ("HoA test $i: " .   $HoA{test}->[0]  ."\n" );
        print ("HoA test $i: " .  @{ $HoA{test} } ."\n" );
    
  2. or download this
    HoA test 11: ARRAY(0x87070a0)
    HoA test 11: 
    HoA test 11: