Monitoring my phone's internet activity with DD-WRT and Perl
Do you know who your phone is talking to?
Read it
Building Telephony Applications with Perl and TwiML
Scott Wiersdorf shows how to write a little bit of Perl to build an automated voice mail menu with Twilio’s API.
Read it
Automating Telephony with Perl and Twilio
Perl can make your phone ring. Scott Wiersdorf demonstrates how to use Twilio’s API to make and receive phone calls and to automate SMS, all from Perl.
Read it
Build a Wireless Gateway with Perl
You have set up and configured various wireless access devices, but could not find one that included all of the features you needed. You could wait for a firmware upgrade from your manufacturer, hoping that they will include the…
Read it
Cross-Language Remoting with mod_perlservice
Mod_perlservice? What is That? Mod_perlservice is a cool, new way to do remoting - sharing data between server and client processes - with Perl and Apache. Let’s start by breaking that crazy name apart: mod + perl + service. Mod…
Read it
Managing Bulk DNS Zones with Perl
A History of Forward and Reverse DNS When an Internet server receives an incoming connection from a client, it may take a precaution of verifying the identity of the client. Some protocols simply trust the client to provide proper credentials…