in reply to Make Perl use real malloc
Run it like this:#!/usr/bin/perl use strict; use warnings; warn('!'); do 'lib/auto/POSIX/autosplit.ix'; warn('!!! "after"');
I ran it with -Dm, but if you want other options, run it with -D for a complete list of options.perl -Dm script.pl
|
---|