Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print "$test1[$_]:$test2[$_] = $rules{$test1[$_]}{$test2[$_]}\n"
        for 0 .. $#test1;
    
  2. or download this
    a:a = x
    b:a = r
    ...
    c:a = m
    a:b = y
    a:c = z