|
|
Tim Maher
shared
Perl programming tips
from his upcoming
Manning Publications
book on Perl
at
LinuxFest Northwest
in April.
He gave a short talk called
Minimal Perl for Shell Users and Programmers,
which is not available for download, but
the following two-part 3-hour tutorial of the same title from YAPC::NA 2003 is even better:
|
PRESENTATION MATERIALS
|
-
Five Perl Commands that Every UNIX/Linux User Should Know
-
Minimal Perl for Shell Users and Programmers
|
|
Tim
Spoke on Perl at
YAPC::NA
In June at Boca Raton Florida,
Consultix CEO
Tim Maher
presented
several technical talks
at the
YAPC::NA 2003 Perl conference.
One
showed attendees how to use his
new Perl module,
Shell::POSIX::Select,
that uses source filtering to
implement the select loop of the UNIX shells
(that's the only loop missing from Perl -- until now!).
The significance of that module is that Shell-aware Perl Programmers can
now write menu-oriented programs as easily in Perl as in the Shell,
and Perl programmers no longer have to envy the select loop
of their Shell-programming colleagues.
He also gave a 5-minute Lighting Talk on this module, which was just a
severely abbreviated version of the 45-minute session on the same
topic, so only the longer talk is provided by the link below.
Tim also gave a
half-day tutorial
called
Minimal Perl for Shell Users and Programmers,
featuring excerpts from his upcoming
Manning Publications
book of the same title.
He also presented a humourous "Lighting Talk" on the history
to date of SPUG (the Seattle Perl Users Group), which reveals
the heretofore secret reason why SPUG is the biggest Perl group
in the New World!
|
PRESENTATION MATERIALS
|
-
Minimal Perl for Shell Users and Programmers, Part I
Perl One-Liners that beat Grep, Sed, and AWK
-
Minimal Perl for Shell Users and Programmers, Part II
Perl Scripts that beat Grep, Sed, and AWK
-
Shell::POSIX::Select
A module that implements the Shell's select loop through source-code filtering
-
Lightning Talk
|
|
|
|
|