Closed ronsavage closed 11 years ago
Are .psgi files pure Perl? What makes them different from a .pl file?
They are indeed pure Perl. The only difference between them and a .pl file is that they are intended to be loaded by plackup (or a similar utility)
Hi
Yes. Rob's right. They are pure Perl, and it's just a convention to call them *.psgi.
On 03/05/13 06:18, Rob Hoelz wrote:
They are indeed pure Perl. The only difference between them and a .pl file is that they are intended to be loaded by plackup (or a similar utility)
Reply to this email directly or view it on GitHub: https://github.com/petdance/ack2/issues/274#issuecomment-17362018
Ron Savage http://savage.net.au/ Ph: 0421 920 622
Done. 18eb9e2ed14fab159e531c0ad4de4d5b5abfa3bf
Please add the Plack-style file *.psgi as a pre-defined Perl text file. TIA.