Help for this page

Select Code to Download


  1. or download this
    use base qw(Net::Server::PreFork);
    MyPackage->new({conf_file => '/home/aaron/serv.conf',})->run;
    ...
      //do child stuff here
    }