Re: Commented lines are being shown compilation errors
- From: "Ramakrishnaprasad.a@xxxxxxxxx" <Ramakrishnaprasad.a@xxxxxxxxx>
- Date: Mon, 24 Dec 2007 03:59:31 -0800 (PST)
On Dec 24, 4:51 pm, Claudio Calvelli
<qwertyu...@xxxxxxxxxxxxxxxxxxxxx> wrote:
On 2007-12-24, Ramakrishnaprasa...@xxxxxxxxx wrote:
Compilation errors:
$perl myperl.pl
String found where operator expected at line 94 , near "#printf""
(Might be a rinaway multi-line "" string starting on line 93
(Missing semicolon on previous line?)
String found where operator expected at line near "/"tdhl/"
colspan=/""
(Missing operator before "colspan=/"?)
That's likely to be a missing quote somewhere before line 93 - so the
line starting with #printf will be interpreted as inside the quote string,
the quote after the printf would be interpreted as closing quote, and
therefore give a syntax error.
You could search backwards for a double quote character starting from
line 93 - that will probably find the real error.
C
--
The address in the "From" header won't work. Email to "usenet" at "intercal" dot
"dyn-o-saur" dot "com" may or may not reach me, depending on how far it manages
to go through the spam filter, and other conditions which I won't disclose..
Hi,
Thanks!I searched the file and found a missing " somewhere in the
before line and it is working!!!
Thanks a lot.
Thanks & regards
.
- References:
- Commented lines are being shown compilation errors
- From: Ramakrishnaprasad.a@xxxxxxxxx
- Re: Commented lines are being shown compilation errors
- From: Ramakrishnaprasad.a@xxxxxxxxx
- Re: Commented lines are being shown compilation errors
- From: Claudio Calvelli
- Re: Commented lines are being shown compilation errors
- From: Ramakrishnaprasad.a@xxxxxxxxx
- Re: Commented lines are being shown compilation errors
- From: Claudio Calvelli
- Commented lines are being shown compilation errors
- Prev by Date: Re: Commented lines are being shown compilation errors
- Next by Date: Is a hash the best method to do this?
- Previous by thread: Re: Commented lines are being shown compilation errors
- Next by thread: Is a hash the best method to do this?
- Index(es):
Relevant Pages
|
|