webdev
11-30-2009, 05:54 PM
Hi , use Sort::External; $output = '1.txt'; open(FILE, $output); my $sortex = Sort::External->new( mem_threshold => 1024**2 * 1024 ); while () { $sortex->feed($_); # tried to change it to ~$_ but did not work !!!!! }