#!/usr/bin/perl -w use strict; use warnings; my %hash ; $hash{1} = ["me","you"]; foreach my $item ( @{$hash{1}} ) { print "$item\n"; } exit;
update:Meant to point out tye's References quick reference for further reference.
-enlil
In reply to Re: Perl Array Question
by Enlil
in thread Perl Array Question
by rsiedl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |