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