Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    }
    
    print "Infile: $args{-infile}\n", "Outfile: $args{-outfile}" if ( exis
    +ts $args{-infile} && exists $args{-outfile} );
    
  2. or download this
    my %hash = { key => [value_1, value_2, value_3, value_4]};