I don't know how DOS newlines look, but wouldn't "\n\n" be "\r\n\r\n"?$lines =~ tr/\r//d; $lines =~ tr/\n//s; # or this? $lines =~ tr/\r?\n//s;
In reply to Re: (jeffa) Re: another problem with the blank line regex
by xtype
in thread another problem with the blank line regex
by amarceluk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |