Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -le
    "use strict;
    ...
              'one' => '1',
              'two' => '2'
            };
    
  2. or download this
    my %hash = do {
      no warnings 'misc';
      split / /, $str;
      };