Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    ...
    one     two     three
    three     one      two
    one      one     three
    
  2. or download this
    $VAR1 = [
              {
                'three' => 1,
    ...
                'one' => 2
              }
            ];