I Hvae a simple script that crashes MacPerl 5 100% of the time. First it spits out a few errors. These erros will either be warnings of some sort or out of memory errors. (I gave it 80 megs of RAM to take care of the memory problem). This does not happen on perl with LinuxPPC, where it runs fine. Here is the script: >>>BEGIN SCRIPT #!/usr/bin/perl -w use strict; use diagnostics; use sigtrap; use Net::SMTP; require 'hash-it.pm'; >>>END SCRIPT Here is where you can grab 'hash-it.pm': <http://www.erols.com/derobert/cgi-bin/hash-it.pm> (hope I typed my URL right!) Note that there are a variety of other combinations which bring MacPerl down. ===== Want to unsubscribe from this list? ===== Send mail with body "unsubscribe" to macperl-request@macperl.org