in reply to Re^5: Use CGI to run a Perl script via web server (updated)
in thread Use CGI to run a Perl script via web server
The code fails with 500: Internal Server Error. But if I don't use IPC::System::Simple and Net::LDAP, then it works fine.
About reading the variable $sso, it is reading from CGI but unless used a shift flag it cannot be parsed into the Perl api further. I hope this could have been done by METHODS "GET" or "POST" as well, but unfortunately I am not sure how to use those in this scenario.
As always, thanks for the insights.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Use CGI to run a Perl script via web server (updated)
by poj (Abbot) on May 26, 2017 at 06:37 UTC |