Help for this page
#! perl -slw use strict; ... $o->UNTIE; } printf "Object usage took: %.3f seconds\n", time() - $start;
__END__ C:\test>b-tieHash.pl ... tied usage took: 210.352 seconds 8376437/16777216 Object usage took: 126.642 seconds