Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
monks help me out.#!/usr/bin/perl -w $a=10; $b{\$a}= $a; ($key,$value)=each %b; print "$$key\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Problem to store referrence as key value in a hash
by Corion (Patriarch) on Jan 11, 2008 at 10:00 UTC | |
|
Re: Problem to store referrence as key value in a hash
by perladdict (Chaplain) on Jan 11, 2008 at 10:23 UTC | |
|
Re: Problem to store referrence as key value in a hash
by poolpi (Hermit) on Jan 11, 2008 at 10:06 UTC | |
by grinder (Bishop) on Jan 11, 2008 at 14:03 UTC | |
by poolpi (Hermit) on Jan 11, 2008 at 20:36 UTC |