in reply to Re: Strange memory growth?
in thread Strange memory growth?
use strict; if (1) { my $foo = "hi"; } print $foo."\n"; __OUTPUT__ Global symbol "$foo" requires explicit package name at scope.pl line 5 +. Execution of scope.pl aborted due to compilation errors.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Strange memory growth?
by Taulmarill (Deacon) on Nov 07, 2003 at 21:17 UTC |