Help for this page

Select Code to Download


  1. or download this
    sub create {
        my ( undef, %arg ) = @_;
    ...
            unless exists $arg{input} &&
                   ref( $arg{input} ) eq 'ARRAY' &&
                   ref( @{ $arg{input} }[0] ) eq 'HASH';
    
  2. or download this
    use strict;
    use warnings;
    ...
              }
            ];
    ok