Help for this page

Select Code to Download


  1. or download this
      DB<4> @values = qw / 60 811/;
    
    ...
       60  ARRAY(0x803f50f0)
          0  811
          1  812
    
  2. or download this
      DB<1> ($key,$val) = qw / 60 811/;
    
    ...
          1  812
      DB<6> print "@{$HoA{60}}"
    811 812