in reply to how to reg-exp match across multiple lines?
my $file = join '', <IN>; my @titles = $file =~ /_\[\d+\](.+?)_/sg;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: how to reg-exp match across multiple lines?
by Aristotle (Chancellor) on Jul 09, 2002 at 01:42 UTC | |
by Abigail-II (Bishop) on Jul 09, 2002 at 09:24 UTC |