Help for this page

Select Code to Download


  1. or download this
    %singleLevelHash = (
     'thirdLevelSampleKeyOne'   => 'thirdLevelSampleValue',
     'thirdLevelSampleKeyTwo'   => 'thirdLevelSampleValue',
     'thirdLevelSampleKeyThree' => 'thirdLevelSampleValue',
    );
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
    firstSampleKey
    Type of argument to keys on reference must be unblessed hashref or arr
    +ayref at hash.pl line 21.