Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $hash{'key'}++;
    
    __END__
    
  2. or download this
    $ perl 1230007.pl
    Attempt to access disallowed key 'key' in a restricted hash at 1230007
    +.pl line 11.