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)'
  • Top level doc: perldoc perl
  • Top level tabe of contents: perldoc perltoc
  • Cheet sheet: perldoc perlcheat
  • Check Module deps for perl version and platform
    false-and-defined ??= vs. ||= false-and-undefined
    perltoot - Tom's object-oriented tutorial for perl
    wxGlade now supports wxPerl
    WxPerl Tutorial
    Perl Mongers
    Perl.com
    Perldoc.com - Perl Documentation
    CPAN
    Perl Monks - The Monastery Gates
    OnLAMP - Linux Apache MySQL Perl Python PHP
    The cgi-lib.pl Home Page
    Matt's Script Archive
    More about the Schwartzian Transform
    Picking Up Perl 0.11
    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