Stupid open() tricks
Everyone tells you to use a three-argument open(), but there’s a lot more you can do …
Everyone tells you to use a three-argument open(), but there’s a lot more you can do …
Form submission, scraping, JavaScript execution are all possible
How the modules-as-programs pattern provides a development path for scripts
brian d foy explores the state of Perl in 2014 by soliciting opinions from various respected Perl programmers.
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…
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…