Help for this page

Select Code to Download


  1. or download this
    package HashTriplet;
    use strict;
    ...
        print( (  $_[0]->hash )->{ $_[0]->key } . "\n" ) ;
    }
    __END__