Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
            push @$ones, \%atts;
        }
    }
    
  2. or download this
    $ARRAY1 = [
                { true => 'yes' },
                { value => 'scanner' }
              ];