in reply to Re^16: Need to know the process to implement perl script into web application server.
in thread Need to know the process to implement perl script into web application server.
Line 103 in the given file is
$class->new(%args) or die "failed to listen to port $self->{port}: $!";
where the $class should be IO::Socket::SSL.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^18: Need to know the process to implement perl script into web application server.
by chandantul (Scribe) on Apr 30, 2021 at 16:01 UTC |