http://www.perlmonks.org?node_id=929563


in reply to Re: How to process with huge data's
in thread How to process with huge data's

Er, one major fault after all: You seem to be building a huge string called $connectionText, and running loads of regexps on it. You should look into replacing it -- a hash might be suitable.