Motivation Recently I was working on a web application using the Perl Mojolicious framework. I was able to deploy it on a Heroku free account, but with some limitations: PostgreSQL database limited to 10’000 rows no way to store logs…
Category: Programming
PerlSharp for MS .Net story
I was looking for a way to hack with Perl 5 from C# and found PerlNet(from activestate) and PerlSharp(open source) which is only for Mono and Unix-like os … Frustrated I started to make it working on my platform and compiler.…