in reply to REGEX different on Linux & Win32!
my $data=qq(One line two line three line ); $data =~ s/\r\n/\n/; # use your regex. # code is untested
CU
Robartes-
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: REGEX different on Linux & Win32!
by Abigail-II (Bishop) on Feb 24, 2003 at 23:24 UTC | |
|
Re^2: REGEX different on Linux & Win32!
by diotalevi (Canon) on Feb 24, 2003 at 23:42 UTC | |
|
Re: Re: REGEX different on Linux & Win32!
by gmpassos (Priest) on Feb 24, 2003 at 23:12 UTC | |
|
Re: Re: REGEX different on Linux & Win32!
by Cabrion (Friar) on Feb 25, 2003 at 03:59 UTC |