Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub MySub {
        return ({1, 1, 2, 2}, {5, 5, 6, 6});
    }
    
  2. or download this
    $HASH1 = {
               1 => 1,
    ...
               5 => 5,
               6 => 6
             };