Search Results

1
vote

Suggest some good MVC framework in perl

Let me just say that Jifty doesn't have terrible documentation. However, most of included documentation is API documentation, but there is very low-noise mailing list which has useful tips and link …
2
votes

Which Perl database interface should I use?

If you want to work with objects (with introspection!), take a look at Fey::ORM which implements ORM based on Moose. It's also has very SQL like syntax so it fits my RDBMS-based brain a bit better …
0
votes

Capturing rsync progress messages in Perl

Suffering from Buffering? is best explanation about buffering effect I found so far. Well worth the time to read and understa …