Help for this page

Select Code to Download


  1. or download this
            if (my ($a, $b) = ("$key$val" =~ /(..)(...)/)) {
                $hash2{$a} = $b;
            }
    
  2. or download this
    #!/usr/bin/perl
    use Test::More "no_plan";
    ...
    ok 1 - same number of keys
    ok 2 - is_deeply same
    ok 3