Help for this page

Select Code to Download


  1. or download this
    package MyClass::A;
    use strict;
    ...
    
    my $s = MyClass::A->new();
    $s->serve();
    
  2. or download this
    Can't locate object method "run" via package "MyClass::A" at b.pl line
    + 28.
    
  3. or download this
    #use Exporter;
    use base qw(Net::Server::PreFork);
    #our @ISA = qw(Exporter);