> "Drieux" == Drieux <[EMAIL PROTECTED]> writes:
Drieux> I just do NOT know right off the top of my head, when,
Drieux> where or HOW I would use that type of a conditional in a split...
@lines = split /\^M\^J|\^J|\^M/, $text_with_unknown_line_endings;
--
Randal L. Schwartz - Stonehenge Co
On Friday, May 10, 2002, at 03:29 , Jeff 'japhy' Pinyan wrote:
[..]
> I'm not necessarily speaking to you -- I'm reminding anyone reading these
> messages that at no point do single quotes stop a regex from being a
> regex.
>
> [snip credentials]
>
>> I know what INTERPOLATION is, and the differ
On May 10, Jonathan E. Paton said:
>> >and hence the magic of using single quotes doesn't work as you'd expect.
>> >It does get you out of other trouble though:
>> >
>> >s'$%@|'replacement';
>> >
>> >where you'd otherwise spend all day backslashing things.
>>
>> All single quotes do is stop INTE
> >and hence the magic of using single quotes doesn't work as you'd expect.
> >It does get you out of other trouble though:
> >
> >s'$%@|'replacement';
> >
> >where you'd otherwise spend all day backslashing things.
>
> All single quotes do is stop INTERPOLATION. Interpolation is not the
> issue
On May 10, Jonathan E. Paton said:
>and hence the magic of using single quotes doesn't work as you'd expect.
>It does get you out of other trouble though:
>
>s'$%@|'replacement';
>
>where you'd otherwise spend all day backslashing things.
All single quotes do is stop INTERPOLATION. Interpolatio
> > Oh yeah makes perfect sense now...match nothing or nothing and sense
> > everything has nothing it always matches. haha...I like that.
> >
> > Tanton
>
> I guess the two HORRORS I would like to stomp on are
>
> a) using "|" as a delimiter
Everyone should be using the standard CSV nota