![]() |
|
Perl: the Markov chain saw | |
PerlMonks |
Re: What options I have in Perl as Compare to Javaby tobyink (Canon) |
on Jun 28, 2014 at 19:00 UTC ( [id://1091560]=note: print w/replies, xml ) | Need Help?? |
Spring is a massive framework. People use it for many things. Depending on what you use it for, there are many different Perl modules you want to try out. Start with Moose. If you want an IoC container, add in Bread::Board. For database access, use DBI and possibly DBIx::Class. For web-based MVC development, add in Catalyst. For testing, Test::More and its friends.
For web-based applications, use any web server supported by Plack, such as Starman. For other applications, most Perl programmers tend to get by without this sort of thing at all. Ubic may be of interest I suppose.
ExtUtils::MakeMaker or Module::Build.
Either Mark Overmeer's Mail::Box framework, or RJBS's more loosely coupled mail modules (Email::Simple, Email::Sender, etc). If your needs are very, very basic, also consider Mail::Sendmail.
XML::LibXML for general XML processing. If you need to marshall/unmarshall objects to XML, then XML::Rabbit marries XML::LibXML with Moose.
???
???
???
In Section
Seekers of Perl Wisdom
|
|