in reply to Re: Whether to use local()
in thread Whether to use local()
:-Pmy %foo; $foo{bar} = " odd then?\n"; { local $foo{bar} ="Isn't this"; print $foo{bar}; } print $foo{bar};
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re (tilly) 2: Whether to use local()
by shotgunefx (Parson) on Mar 16, 2002 at 02:05 UTC | |
by oubiwann (Sexton) on Mar 17, 2002 at 03:17 UTC | |
by shotgunefx (Parson) on Mar 17, 2002 at 08:22 UTC |