|
Talks & Code
At our techincal meetings, we often have a member speak about a particular topic. Here are the papers and code from those talks.
An introduction to SSL, encryption, digital certificates, and how to use them all together in a Perl program.
A demonstration of wonderful debugging tools for Perl, PTKDB, a Tk (graphical) perl debugger, the command line perl -d debugger, and using the Perl debugger from emacs.
A very good introduction to mod_perl. Now you can speed up your CGI scripts, or rewrite pretty much any function of Apache (including config files) with Perl!
A very good introduction to the concepts of Perl/Tk. There's a whole new area where Perl can be employed that many Perl programmers don't even realize, the GUI.
Using the CGI.pm module as an example, this talk goes over the basics of using modules, how to access module documentation, and how to install new modules using CPAN.
A JAPH is a little Perl program that print out the words, "Just another Perl hacker". But there's more to it than a simple: print "Just another Perl hacker\n";.
'Bprepro' demonstrates the amazing amount of power you can pack into a Perl program. The bulk of this program is 6 lines, but provides amazing power and flexibility.
This program incorporated an amazing number of Perl features, including some little used functions and techniques. Read his paper on it here. The talk was very informative and started some good discussions.
|