The Perl Cheat sheet

Reviews
Shared by: Dahntay Jones
Categories
Stats
views:
4
rating:
not rated
reviews:
0
posted:
4/7/2009
language:
English
pages:
0
The Perl Cheat sheet CONTEXTS void scalar list SIGILS $scalar @array %hash &sub *glob ARRAYS whole: @array slice: @array[0, 2] element: $array[0] HASHES %hash @hash{’a’, ’b’} $hash{’a’} SCALAR VALUES number, string, reference, glob, undef $$foo[1] $$foo{bar} ${$$foo[1]}[2] ${$$foo[1]}[2] aka aka aka aka $foo->[1] $foo->{bar} $foo->[1]->[2] $foo->[1][2] REFERENCES \ references $@%&* dereference [] anon. arrayref {} anon. hashref \() list of refs NUMBERS vs STRINGS OPERATOR PRECEDENCE = = -> + . ++ -== != eq ne ** < > <= >= lt gt le ge ! ~ \ u+ u<=> cmp =~ !~ * / % x SYNTAX + - . for (LIST) { }, for (a;b;c) { } << >> while ( ) { }, until ( ) { } named uops if ( ) { } elsif ( ) { } else { } < > <= >= lt gt le ge unless ( ) { } elsif ( ) { } else { } == != <=> eq ne cmp for equals foreach (ALWAYS) & | ^ REGEX METACHARS REGEX MODIFIERS && ^ string begin /i case insens. || $ str. end (before \n) /m line based ^$ .. ... + one or more /s . includes \n ?: * zero or more /x ign. wh.space = += -= *= etc. ? zero or one /g global , => {3,7} repeat in range list ops () capture REGEX CHARCLASSES not (?:) no capture . == [^\n] and [] character class \s == [\x20\f\t\r\n] or xor | alternation \w == [A-Za-z0-9_] \b word boundary \d == [0-9] \z string end \S, \W and \D negate SPECIAL VARIABLES $_ default variable $0 program name $/ input separator $\ output separator $| autoflush $! sys/libcall error $@ eval error $$ $. @ARGV @INC @_ %ENV process ID line number command line args include paths subroutine args environment Perl Cheat Sheet Operator Precedence left left right right left left left left terms and list operators (leftward) -> ** ! ~ \ and unary + and =~ !~ */%x +-. << >> nonassoc ++ -- nonassoc named unary operators nonassoc < > <= >= lt gt le ge nonassoc == != <=> eq ne cmp left left left left right right left right left left & |^ && || ?: = += -= *= etc. , => not and or xor nonassoc .. ... nonassoc list operators (rightward)

Related docs
The Perl Cheat sheet
Views: 61  |  Downloads: 11
Perl Pack Unpack Printf Sprintf Cheat Sheet Summary
Views: 1893  |  Downloads: 20
Lab 1 The Basics of Text Processing in Perl
Views: 0  |  Downloads: 0
10stripe's Perl Cheat-Sheet
Views: 1  |  Downloads: 1
Google Cheat Sheet
Views: 487  |  Downloads: 111
premium docs
Other docs by Dahntay Jones
Oregon amendment of limited partnership
Views: 282  |  Downloads: 1
Texas Amendment to articles of coproration
Views: 220  |  Downloads: 1
Scrap iron and metal business
Views: 313  |  Downloads: 6
Security Agreement for Buying Business Assets
Views: 270  |  Downloads: 6
301 Useless Facts
Views: 356  |  Downloads: 5
ALegal Lines _ Terms[1]
Views: 119  |  Downloads: 0
One party advancing purchase price
Views: 136  |  Downloads: 0
Nonrecourse debt
Views: 819  |  Downloads: 0
Agreement to furnish truck with driver
Views: 354  |  Downloads: 2
Tax deferred exchange
Views: 197  |  Downloads: 4
Check for the Purchase of Alaska info
Views: 189  |  Downloads: 0