Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks\tel2>perl -wMstrict -MData::Dump -le
    "my @ra = ({a=>1, b=>2}, {a=>1, b=>2});
    ...
    "
    HASH(0x1555cdc) HASH(0x1555e50)
    HASH(0x1555e20) HASH(0x1555e20)
    
  2. or download this
    c:\@Work\Perl\monks\tel2>perl -wMstrict -MData::Dump -le
    "my %hash;
    ...
      $a->{key2} = $a->{key1};
      $a;
    }