Perl:
Practical Extraction & Reporting Languag.
Pathological Eclectic Rubbish Listner
Pointless Exercise in Redundancy Language
Run perl script in debug mode can be handy
perl -d ./foo.pl
use 'n' to execute a command,
use 's' to step into a function call.
use 'r' to return because of a failure and fugure out why.
Update modules with CPAN:
perl -MCPAN -e 'CPAN::Shell->install(CPAN::Shell->r)'
- Check Module deps for perl version and platform
- false-and-defined ??= vs. ||= false-and-undefined
- wxPerl online wxWidgets documentation
- perltoot - Tom's object-oriented tutorial for perl
- wxGlade now supports wxPerl
- WxPerl Tutorial
- Wxperl Links
- RegexParadise-regex tester
- CSCI44B Programming Perl II
- CSCI44A Programming Perl I
- Perl Mongers
- Perl.com
- Perldoc.com - Perl Documentation
- CPAN
- Perl Monks - The Monastery Gates
- OnLAMP - Linux Apache MySQL Perl Python PHP
- Network Programming in Perl
- The cgi-lib.pl Home Page
- Matt's Script Archive
- More about the Schwartzian Transform
- Picking Up Perl 0.11
- Take 10 Minutes to Learn (TM) - PERL
- Perl Training from Stoehenge
- Online Perl Training
- ------MY SCRIPTS------
- perl scripts
- ------CLASS ASSIGNMENTS------
- csci44a Assignemnt 1
- csci44a Assignemnt 2
- csci44a Assignemnt 3
- csci44a Assignemnt 4.1
- csci44a Assignemnt 4.2
- csci44a Assignemnt 5
- csci44a Assignemnt 6
- csci44a Assignemnt 7
- csci44a Assignemnt 8
- csci44a Assignemnt 9
- csci44a Assignemnt 10
- csci44a Assignemnt 11
- csci44a Assignemnt 12
- csci44a Final 1st idea
- csci44a Final 2nd idea