RE: PERL string terminator with Carriage Return...

2000-04-30 Thread Gerald Richter
  i'm sorry. embperl does remove '\r' on line 247 of eputil.c.   but actually it replaces it with a space, ' '. this makes a PERL string terminator, for example "END\r\n' become "END  \n", thus still makes PERL compile to error.   Yes, when I wrote my last answer I were in g

Re: PERL string terminator with Carriage Return...

2000-04-30 Thread Kee Hinckley
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 At 7:58 PM +0800 4/30/00, Hello wrote: >this is important to me because i get used to dividing a long MySQL >SQL statement into several lines and terminating them by a >terminator "END", for example, > >my $st=$db->mysql(