On 10/29/2007 7:23 PM, Aaron Priven wrote:
my $hashref = \%hash;But as near as I can tell, there is no way to do the reverse operation: making a "my %hash" that is an alias for a hash reference.
my %newhash = %{$hashref}; -- Jeremy Kister http://jeremy.kister.net./ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/