Google


ADBRITE ads links
You are here: CodeIdol.com > Perl > Effective Perl Programming: Writing Better Programs with Perl

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

Effective Perl Programming: Writing Better Programs with Perl



If you are experienced in other languages but new to Perl, you are probably still discovering Perl's idiosyncracies. This section deals with...

read more: Basics


Perl is a language designed by a linguist, and as much as any human language, Perl is a language of idioms. What...

read more: Idiomatic Perl


Regular expressions are the most obvious very high-level feature of Perl. A single pattern match in Perl—even a simple one—can perform the...



Item 23: Understand the difference between my and local. Item 24: Avoid using @_ directly—unless you have to. Item 25: Use wantarray...

read more: Subroutines


At their heart, Perl references are a simple and extraordinarily useful feature, but their simplicity is obscured by a difficult syntax. In...

read more: References


Although Perl is a great language for writing one-liners, it is also well-suited for writing larger programs. Perl programs several hundred lines...

read more: Debugging


Item 41: Don't reinvent the wheel—use Perl modules. Item 42: Understand packages and modules. Item 43: Make sure Perl can find the...



Item 45: Use h2xs to generate module boilerplate. Item 46: Embed your documentation with POD. Item 47: Use XS for low-level interfaces...



What is object-oriented programming? A good many books have been devoted to that topic in full, and many more, like this one,...



Item 53: Use pack and unpack for data munging. Item 54: Know how and when to use eval, require, and do. Item...

read more: Miscellany

SAVE
Digg
Shown on del.icio.us del.icio.us
See Whos Talking About This on Technorati Technorati
I've Reddit reddit

You are here: CodeIdol.com > Perl > Effective Perl Programming: Writing Better Programs with Perl
   
Related tags







Popular Categories
Unix books and guides
AJAX popular information
C# language guides
Windows books and cookbooks
.......






© CodeIdol Labs, 2007