So I was wondering, is there any good equivalent I can use so that i don't have to slurp the whole file up at once to regex?
Store the template in an array instead of a scalar?
my @template = <>;
for (@template) {...}
HTH,
David
-- David Wheeler AIM: dwTheory [EMAIL PROTECTED] ICQ: 15726394 http://www.kineticode.com/ Yahoo!: dew7e Jabber: [EMAIL PROTECTED] Kineticode. Setting knowledge in motion.[sm]
