At 17.44 -0500 1999.01.04, Richard Christensen wrote: >I have several unix style scripts that I need to run on a mac that has >1.4 Mb of memory free. Currently the script or application needs at >least 1.5 Mb to run. There isn't anything memory intensive about the >scripts and they don't use any modules. Is there anyway to get a >barebones build or any work around out there? Just for a frame of reference here, this is running a short perl script on a Solaris box: perl -e 'sleep while 1' And running top, I get: 4962 chrisn 1 33 0 2072K 1776K sleep 0:00 0.01% perl You need memory to run perl, whether on a Mac or not. You can try setting thr memory allocation lower than the recommended value, but results are not guaranteed. -- Chris Nandor mailto:pudge@pobox.com http://pudge.net/ %PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10 1FF77F13 8180B6B6']) ***** Want to unsubscribe from this list? ***** Send mail with body "unsubscribe" to mac-perl-request@iis.ee.ethz.ch