Help for this page

Select Code to Download


  1. or download this
    package TieTest;
    
    ...
        $tie = tie $$ref, "TieTest";
        print "tie for reference $ref = $tie\n";
    }
    
  2. or download this
    After scalar tie ...
    $h->{FOO} = foo
    ...
    $a = BAR2
    $a tied? TieTest=HASH(0x13c81c)
    h->{FOO} tied?