Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    my $s = MyClass::A->new();
    $s->serve();
    
  2. or download this
    use strict;
    use warnings
    ...
    }
    
    1;