Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
                   $hoh_test{$foo}{$ba};
        }
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
                   $hoh_test{$foo}{$ba};
        }
    }
    
  3. or download this
    use strict;
    use warnings;
    ...
                $ordering[$i]{ba}, 
                $ordering[$i]{v};
    }