Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
              'a1' => 'b1'
            };
    b5
    
  2. or download this
    my %hash = map { split( / /, $_, 2 ) } @array;