saintmike has asked for the wisdom of the Perl Monks concerning the following question:
Anybody knows why and can point to a man page explaining it?use strict; use warnings; use Data::Dumper; my %hash; %hash->{foo} = "bar"; print Dumper(\%hash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: %hash->{key} is valid syntax?
by jweed (Chaplain) on Oct 27, 2004 at 00:46 UTC | |
|
Re: %hash->{key} is valid syntax?
by pg (Canon) on Oct 27, 2004 at 00:39 UTC | |
by saintmike (Vicar) on Oct 27, 2004 at 01:02 UTC | |
|
Re: %hash->{key} is valid syntax?
by TedYoung (Deacon) on Oct 27, 2004 at 12:23 UTC |