
August 12th, 2012, 08:50 PM
|
|
Registered User
|
|
Join Date: Feb 2012
Posts: 11
Time spent in forums: 4 h 52 m 31 sec
Reputation Power: 0
|
|
|
How to run Perl as PSGI over Starman
I have a Perl web page which content type is text/xml. Now I want to run this Perl Web page over Starman. I have just come to know that only PSGI can run over Starman. Is there any way to run perl over Starman or any bridge between them? Or is there any way to convert the existing Perl Web page into PSGI without changing the whole code of Perl?
|