Perl Links
I usually try to provide some original thoughts here, but I’ve run across several perl links that are worth passing along:
1 - Advanced usage of CPAN, including determining dependencies, updating all the modules on the system, and a simpler way to replicate modules across systems
2 - Excerpts from the new Perl Cookbook, which talks about DBD::SQLite, a DBD module that lets you do SQL databases without a SQL server (sort of an embedded SQL database)
3 - More from the new Perl cookbook, interesting things on “pretending a string is a file”, and regex shortcuts for balanced operators (ie {}, [], (), etc)
4 5 6 - Three articles on design patterns in Perl, sort of a warm up to the author’s upcoming book.
Sean’s Obsessions
Sean’s Obsessions
Very Cool Geek blog I found by way of Source Forge. Also check out his Cramsession.com Linux News
October 15th, 2003 at 11:22 pmHello,
The complete book “Beginners CGI” is available
for free as an Ebook. All 22 chapters, 6.5mb, are online and at this link.
http://www.homesteadhosting.com/BeginnersCGIEbook/Beginners_CGI.html
I am the author and available for an online interview.
Please place a link to my book.
Thanx,
November 28th, 2003 at 3:28 pmWilliam Teunis