in reply to Re: Re: Re: Optimizing existing Perl code (in practise)
in thread Optimizing existing Perl code (in practise)
Good point!
I'd try to avoid that by passing a reference
to the large scalar to the sub instead, but if you're expecting possibly large scalar arguments by value (edit: because you need to modify them, maybe), you're right.
--
Mike
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Optimizing existing Perl code (in practise)
by gmpassos (Priest) on Aug 23, 2002 at 03:26 UTC | |
by RMGir (Prior) on Aug 23, 2002 at 10:13 UTC |