Perl

From Dreamwidth Notes
Revision as of 02:13, 6 April 2013 by Shadowspar (Talk | contribs)

Jump to: navigation, search

Beginning programming in Perl

Perl Documentation

Regular Expressions

Perl programmers tend to make extensive use of regular expressions, but they are also used in many other tools (eg vim, less, grep).

Perl Tips

Strings

Quoting variables inside text

$string = "${foo}worthy"