TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Perl on Heroku

124 pointsby kraihover 13 years ago

5 comments

mellingover 13 years ago
I did a lot of Perl CGI.pm stuff many years ago. What's the state of Perl for building web apps? Is it comparable to Python or Ruby? Where should an old Perl program start these days?
评论 #3571194 未加载
评论 #3571129 未加载
评论 #3571107 未加载
评论 #3571104 未加载
评论 #3571121 未加载
评论 #3572024 未加载
评论 #3572245 未加载
amirfover 13 years ago
Looks awesome, always wondered if I could deploy perldancer web apps on Heroku!
zrailover 13 years ago
I see that it's looking for a special file named Perloku and then expecting to execute that. Would it maybe be better to look for a Makefile.PL, use that to build, and then work with the standard Procfile system that Heroku has? That would be altogether more flexible.<p>You could also mandate using Carlton[1], which someone downthread mentioned as "bundler for perl". It's alpha at the moment, but that shouldn't stop anyone from using it.<p>[1]: <a href="http://search.cpan.org/~miyagawa/carton-v0.9.3/lib/Carton.pod" rel="nofollow">http://search.cpan.org/~miyagawa/carton-v0.9.3/lib/Carton.po...</a>
评论 #3575190 未加载
draegtunover 13 years ago
Also see heroku-buildpack-perl: <a href="https://github.com/miyagawa/heroku-buildpack-perl" rel="nofollow">https://github.com/miyagawa/heroku-buildpack-perl</a><p><i>This is a Heroku buildpack that runs any PSGI based web applications using Starman</i>
masukomiover 13 years ago
does anyone know if an alternate port has to be specified with this? Is there a reason it can't just be run on 80?
评论 #3571052 未加载