in reply to Parsing Test File
or if you want to be really thorough you could try the Text::Balanced module by Damian Conway. Also you probably want to use $! instead of $^E as it's more portable and pretty much the excepted standard.my($data) = $input =~ /\[([^\]]+)\]/s;
broquaint
|
|---|