NET-MitM
view release on metacpan or search on metacpan
lib/NET/MitM.pm view on Meta::CPAN
$child->_main_loop();
$child->echo(sprintf"Exiting %u",$$) if $child->{verbose}>1;
exit;
}else{
# This is the parent process. The active child instance is in its own process, we clean up what we can
$child->_destroy();
return undef;
}
}
sub go()
{
my $this=shift;
$this->listen();
$this->_main_loop();
return undef;
}
sub _destroy()
{
my $this=shift;
( run in 0.587 second using v1.01-cache-2.11-cpan-524268b4103 )