Help for this page

Select Code to Download


  1. or download this
    package TieRegistry;
    use strict;
    ...
    {
      print "my print message\n";
    }
    
  2. or download this
    my $test = TieRegistry->new;
    $test->PrintThis;