![]() |
|
We don't bite newbies here... much | |
PerlMonks |
Re: Dynamic Hash valueby arc_of_descent (Hermit) |
on Apr 21, 2010 at 07:48 UTC ( #835981=note: print w/replies, xml ) | Need Help?? |
You can create scalar references to $ini and $last, and use these references in your %results hash. Then when you change the values of $ini and $last, the hash will refer to the changed values. Read up on references here - perlref
In Section
Seekers of Perl Wisdom
|
|