Help for this page

Select Code to Download


  1. or download this
    package obj;
    
    use 5.010;
    ...
    }
    
    1;
    
  2. or download this
    use strict;
    use warnings;
    
    ...
    
    my $o = obj->new();
    $o->run();