in reply to Package declaration in code block
> perl $x=42; { package Inner; $x=666; } print $x; __END__ 42
Cheers Rolf
( addicted to the Perl Programming Language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Package declaration in code block
by tobyink (Canon) on Apr 23, 2014 at 16:51 UTC | |
|
Re^2: Package declaration in code block
by McA (Priest) on Apr 23, 2014 at 16:29 UTC | |
by tobyink (Canon) on Apr 23, 2014 at 16:49 UTC | |
by McA (Priest) on Apr 23, 2014 at 16:57 UTC | |
by Anonymous Monk on Apr 23, 2014 at 20:46 UTC | |
by dmitri (Priest) on Apr 24, 2014 at 02:46 UTC |