in reply to Re: Re: Re: Re: Re: Memory Use/Garbage Collection: Java vs Perl
in thread Memory Use/Garbage Collection: Java vs Perl
Apparently it does not.
it taken asperl -MO=Deparse,-q -e"print qq(I am $x\n) . 'and fold this?'"
not print('I am ' . $x . "\nand fold this?").print(('I am ' . $x . "\n") . 'and fold this?');
—John
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re6: Memory Use/Garbage Collection: Java vs Perl
by jsprat (Curate) on Sep 03, 2002 at 20:55 UTC | |
by John M. Dlugosz (Monsignor) on Sep 03, 2002 at 21:34 UTC |