in reply to Re: Re: Re: storing all type of vars
in thread storing all type of vars
With the stack module you don't have to care about this:%hash =(uno=>1, dos=>2); push @stack, \%hash; %hash=%{pop @stack};
Perhaps, slight difference to be worth.$stack -> push(%hash); %hash = $stack->pop();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: storing all type of vars
by davorg (Chancellor) on Sep 11, 2001 at 16:13 UTC |