in reply to Re^2: Parsing with RegEx into Array
in thread Parsing with RegEx into Array
Maybe you're expecting "." to match a newline. Add the "s" flag if so.
This is UTF-8 character based file and it has foreign characters.
Then you should tell Perl that (meaning you should decode the input) if you want to treat the strings as text (which you seem to).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
| A reply falls below the community's threshold of quality. You may see it by logging in. |