Controlling Firefox from Perl
Form submission, scraping, JavaScript execution are all possible
Read it
Rescue legacy code with modulinos
How the modules-as-programs pattern provides a development path for scripts
Read it
Perl Today (February 2014)
brian d foy explores the state of Perl in 2014 by soliciting opinions from various respected Perl programmers.
Read it
How to Tell Your Perl Story (at OSCON)
brian d foy is the author of Mastering Perl, now available in its second edition, as well as several other Perl books. As the founder of Perl mongers, he’s been active in the Perl community for almost 20 years. Ever…
Read it
Lightning Strikes Four Times
by Mike Friedman Good software design principles tell us that we should work to separate unrelated concerns. For example, the popular Model-View-Controller (MVC) pattern is common in web application designs. In MVC, separate modular components form a model, which…