Help for this page

Select Code to Download


  1. or download this
    tie(%hash, 'My::Hash::Tie::Class', @args);
    
  2. or download this
    my $obj = tied(%hash);
    
  3. or download this
    my %newhash = Foo($obj);