[Canberra-pm] Upcoming Perl courses in Canberra, May 2012

Jacinta Richardson jarich at perltraining.com.au
Mon Apr 23 19:39:22 PDT 2012


Perl Training Australia is proud to announce that we'll be running our 
very popular Programming Perl course and our new Techniques in Perl 
course (Modern Perl Modules) in Canberra during May.

     Programming Perl:    21st - 25th May
     Techniques:               30th - 31st May

The Early Bird date for both of these courses is *Wednesday 2nd May*.  
Book on or before this date to receive a FREE Perl book of your choice.  
Bookings of three or more on any single course will receive a discount 
of 5%.

*SPECIAL OFFER* - book on the Programming Perl course on or before this 
Friday (27th April) to receive a $250 discount.  This is in addition to 
the Early Bird book and any group discount you are eligible to receive.

Bookings can be made at http://perltraining.com.au/bookings/Canberra.html


      _*Programming Perl*_

_*http://perltraining.com.au/courses/programmingperl.html*_

This course covers Perl's fundamentals to give an existing programmer 
sufficient knowledge of Perl to work on most projects.

The first half of this course will introduce the Perl programming 
language, discuss Perl's variable types, functions, operators, 
conditionals and subroutines. Once you grasp Perl's basics, the second 
half will build on that knowledge to cover I/O, complex data structures, 
file system interaction, modules, packages and objects.

You will learn:

    * how to write simple Perl scripts and run them from the command-line;
    * how to use Perl's inbuilt help system, perldoc;
    * how to use warnings and strict to catch common errors and enforce
      good programming style;
    * about Perl's three main data types and how (and when) to use them;
    * about Perl's most common operators and functions;
    * how to use Perl's conditional and looping constructs;
    * how to write and use subroutines;
    * about Perl's powerful regular expression capabilities and how to
      apply them to your problem;
    * how to create, dereference and use references to build complex
      data structures which allow multi-dimensional arrays and hashes.
    * how to write and use Perl modules and packages;
    * how to use Module::Starter to start your modules off on the right
      foot;
    * how to write tests;
    * how to use Perl objects;
    * how to interact with the file system to read and write files, and
      read directories;
    * how to pass commands to the system for execution and the pitfalls
      therein;


      _*Techniques in Perl*_

_*Modern Perl Modules - 
http://perltraining.com.au/courses/techniques-modules.html*_

You already know Perl. You write in Perl regularly, you may have even 
released some code to the CPAN but are you sure you're doing it right? 
Languages and techniques evolve over time, and Perl is no exception.

This course covers advanced techniques including:

    * Installing modules locally using cpanm and local::lib.
    * Starting your project on the right foot, without repeating
      yourself, using Module::Starter.
    * Test-driven development, test coverage, advanced testing.
    * Profiling your code with Devel::NYTProf, and examining your test
      suite coverage with Devel::Cover.
    * Error handling code with autodie and Try::Tiny.
    * How to gain feedback and enforce coding standards with Perl::Critic.
    * How to bundle your code and dependencies with PAR, the Perl Archiver.



-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/canberra-pm/attachments/20120424/b12e3852/attachment.html>


More information about the Canberra-pm mailing list