Test-WWW-Mechanize-1.24\t\TestServer.pm
sub new { my $class = shift; die 'An instance of TestServer has already been started.' if $pid; # XXX This should really be a random port. $class = $class->SUPER::new(13432, @_); $class->host('127.0.0.1'); return $class; }
In reply to Re: Firewall complaining about IPC::Run
by Anonymous Monk
in thread Firewall complaining about IPC::Run
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |