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.

Can you post everything the starman command emits? I'm not able to reproduce your problem.

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.

map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

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

    Sorry Sir, I was getting the error for the below command but not starman as i was unable to install starman module in my windows system.

    plackup --enable-ssl --ssl-key-file=C:\Users\Documents\Private-Public +\privateKey.key --ssl-cert-file=C:\Users\Documents\Private-Public\cer +tificate.crt app.psgi failed to listen to port 5000: Invalid argument at C:/Strawberry/perl/ +site/lib/HTTP/Server/PSGI.pm line 103.

    I am getting above error only