On Fri, 29 May 2015 09:03:59 -0500, Ze'ev Atlas wrote: > >But when we issue a pattern matching (I'll use Perl syntax for brevity) >if ($text =~ /some text \n/) >the \n is translated by convention to LF and the EBCDIC based pattern matching >will fail to match! >
why not this? if ($text =~ /some text $/) Bill ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
