Help for this page

Select Code to Download


  1. or download this
    Odd number of elements in hash assignment at  ...
    
  2. or download this
    use strict;
    use warnings;
    ...
                'ing' => 'money',
                'perls' => 'perl',
            );
    
  3. or download this
    use strict;
    use Carp qw{ carp croak confess cluck };
    ...
                'ing' => 'money',
                'perls' => 'perl',
            );
    
  4. or download this
    Got a warning: @_ at xxxzzz line 5.
            main::__ANON__('Odd number of elements in hash assignment at x
    +xxzzz line 6.\x{a}') called at xxxzzz line 6
    
  5. or download this
    Got a warning: Odd number of elements in hash assignment at xxxzzz lin
    +e 6.
     at xxxzzz line 5.
            main::__ANON__('Odd number of elements in hash assignment at x
    +xxzzz line 6.\x{a}') called at xxxzzz line 6