in reply to Reducing Perl's memory footprint depending on run mode
BEGIN: { if( $ENV{fullbore} ) { use Big::Module1; use Big::Module2; use Big::Module3; } else { use Small::Module1; } }
Frank Wiles <frank@wiles.org>
http://www.wiles.org
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reducing Perl's memory footprint depending on run mode
by dave_the_m (Monsignor) on Apr 21, 2005 at 15:12 UTC | |
|
Re^2: Reducing Perl's memory footprint depending on run mode
by perrin (Chancellor) on Apr 21, 2005 at 15:13 UTC | |
by ides (Deacon) on Apr 25, 2005 at 14:53 UTC | |
|
Re^2: Reducing Perl's memory footprint depending on run mode
by DrWhy (Chaplain) on Apr 21, 2005 at 15:16 UTC |