Help for this page

Select Code to Download


  1. or download this
    use strict;
    
    use Tie::IxHash;
    ...
    
    print "hash tie  = ", tied(%hash), "\n";
    print "TIMED tie = ", tied(${$hash{TIMED}}), "\n";
    
  2. or download this
    hash tie  = Tie::IxHash=ARRAY(0x80f8240)
    TIMED tie = Tie::Scalar::Timeout=HASH(0x81038e4)