has anyone played around with the Perl’s Net::Async::FastCGI module? After installing the Perl module from metacpan.org, i tried to run the example script that comes with the install package but get an error:
“IO handle GLOB(0x55bfddc8b990) does not have a sockname at envtest.pl line 9.”
Maybe there’re some extra setup step that is required but is not included on the metacpan doc ?
Run command: perl envtest.pl
( the envtest.pl sample script is at: https://metacpan.org/release/PEVANS/Net-Async-FastCGI-0.25/source/examples/envtest.fcgi )