in reply to Re: use 'local' modifier to hashref element
in thread use 'local' modifier to hashref element
A local just gives temporary values to global (meaning package) variables. It does not create a local variable ©perldocbut my variable is not global( or package ) it's just hash reference.
That's why I have some doubts
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: use 'local' modifier to hashref element
by kennethk (Abbot) on Jun 05, 2013 at 15:49 UTC | |
by nbtrap (Sexton) on Jun 06, 2013 at 01:03 UTC | |
by shmem (Chancellor) on Jun 06, 2013 at 13:56 UTC | |
by jakeease (Friar) on Jun 06, 2013 at 08:07 UTC | |
Re^3: use 'local' modifier to hashref element
by rovf (Priest) on Jun 05, 2013 at 15:44 UTC | |
by kennethk (Abbot) on Jun 05, 2013 at 15:54 UTC | |
by Anonymous Monk on Jun 05, 2013 at 21:00 UTC | |
by rovf (Priest) on Jun 10, 2013 at 13:26 UTC |