KW Perl Mongers Perl Modules: A Look Under the Hood #8

Note about Arrows

  • Dereferencing arrow: A -> B means: ${A}B

  • "comma" arrow: A => B means: A , B

     %h = { 
             1 => "one",
             2 => "two"
          }

<< Previous | Index | Next >> Copyright © 2004 Daniel Allen