Spidering websites with Headless Chrome and Selenium
How I setup and controlled headless Chrome with Perl
Read it
Perl and CGI
The CGI module helped Perl grow when the web first blew up. Now it’s out of Core and discouraged. What happened?
Read it
Get an in-browser remote desktop with Mojolicious and noVNC
Using Mojolicious as a TCP/WebSocket Bridge
Read it
How to send verification emails using Mojolicious
Control access to your Mojo app with registration emails
Read it
Cache::Reddit or: how to use social media as a temporary data store
Introducing a suboptimal solution
Read it
Automated Internet Explorer screenshots using Win32::OLE
With Perl it is always easier than you think
Read it
Controlling Firefox from Perl
Form submission, scraping, JavaScript execution are all possible
Read it
Generate static websites from dynamic Perl web apps
App::Wallflower generates static apps from PSGI applications
Read it
Just how much heavier is Catalyst than Dancer2?
We compare the two web frameworks dependencies and test suites
Read it
Simple web framework FastCGI caching with nginx - part 2
Safely purge individually cached upstream responses
Read it
Simple web framework FastCGI caching with nginx - part 1
How to cache responses from fastcgi apps and how to clear the cache
Read it
Download a YouTube video with one line of Perl
… and a lot of of help from WWW::YouTube::Download
Read it
Display beautiful Perl code in HTML without JavaScript
PPI::Prettify makes pretty-printing Perl code as HTML easy
Read it
Consuming RESTful Services with Perl
When JT Smith ported his web game The Lacuna Expanse to a board game, he used Perl to create the board game itself. Here’s how he built the web service behind The Game Crafter.
Read it
Writing on Walls with Facebook::Graph
JT Smith shows how to write Facebook applications with offline permissions to post to user walls with Perl and Facebook::Graph.