Perl References - 5 second tutorial, courtesy coraline

koschei on 2003-09-15T10:57:07

 foreach @{$arrayref}
 keys %{$hashref}
 length ${$scalarref}
 note the pattern, so you don't have trouble with hashrefs later


(noted here for my future reference when I write about refs)