mbr has asked for the wisdom of the Perl Monks concerning the following question:
In an effort to test this, I ran the following two commands on my (Linux) system and looked at the memory utilization for each process in the process table they appeared to be the same: $ perl -e 'use Socket "AF_INET"; sleep 10;' & and $ perl -e 'use Socket: sleep 10;' & (This is my first post, so "hello")..
--Mike
Edit: chipmunk 2001-09-16
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: modules and memory usage
by blakem (Monsignor) on Sep 17, 2001 at 06:35 UTC | |
by tye (Sage) on Sep 18, 2001 at 04:16 UTC | |
|
Re: modules and memory usage
by Flame (Deacon) on Sep 17, 2001 at 06:11 UTC | |
|
Re: modules and memory usage
by dragonchild (Archbishop) on Sep 17, 2001 at 18:18 UTC | |
|
Re: modules and memory usage
by perrin (Chancellor) on Sep 17, 2001 at 17:48 UTC |