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
-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(
: Hello ; Embperl@Perl. Apache. Org
Sent: Saturday, April 29, 2000 8:20
PM
Subject: RE: PERL string terminator with
Carriage Return...
Everything is ok except when I use the following Perl
string terminator construct:
[+
print <
11
--- Original Message -
From:
Gerald Richter
To: Hello ; Embperl@Perl. Apache. Org
Sent: Saturday, April 29, 2000 8:20
PM
Subject: RE: PERL string terminator with
Carriage Return...
Everything is ok except when I use the following Perl
string
Everything is ok except when I use the following Perl
string terminator construct:
[+
print <
END
+]
Embperl complains with:
[2310]ERR: 24: Line 10: Error in Perl code: (in cleanup)
Can't find string terminator "