in reply to Re: Re: References and state-saving
in thread References and state-saving
#!/usr/bin/perl -w use Data::Dumper; my %hash = ('foo' => 'bar', 'camel' => 'beast', 'bug' => 'spray'); my %newhash = %{ eval Dumper \%hash };
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: References and state-saving
by BlueLines (Hermit) on Jan 17, 2001 at 02:27 UTC |