Help for this page

Select Code to Download


  1. or download this
       01 
       02 
    ...
       08 
       09 
       10
    
  2. or download this
    $obj = MyDyn->new(id => 'MyObj');
    print $obj->id, "\n";
    ...
    {
       print "hi\n";
    }