Levente Kovacs wrote:
On Sun, 20 Apr 2008 14:06:56 -0700
"John W. Krahn" <[EMAIL PROTECTED]> wrote:
Levente Kovacs wrote:
On Sun, 20 Apr 2008 22:09:21 +0200
Xavier Noria <[EMAIL PROTECTED]> wrote:
On Apr 20, 2008, at 21:57 , Levente Kovacs wrote:
Can anyone tell me what this error message mean?
syntax error at ./dbubdate.pl line 181, near "}continue"
The code around that line in that script is not well-formed. If you
don't know what to do please send lines 170 to 190 specifying which
one is line 181.
Thank you very much for your answer. I am sitting here for a day seeng what
could be wrong, but I can't find it. I post a link to my code here. Thank you
for your help in advance.
http://logonex.eu/cgi-bin/viewvc/viewvc.cgi/scripts4geda/dbubdate.pl?revision=127
http://logonex.eu/cgi-bin/viewvc/viewvc.cgi/scripts4geda/dbubdate.pl?view=log
Your problem is caused by the use of the Switch module. Rewrite your
code without that module and you won't have a problem.
Thank you. I'm on it. That is very odd. Why is that so? Is there anything with
my perl version?
Switch uses a source filter which modifies your code before it is
compiled by perl and as such there are certain things that will not
compile correctly.
John
--
Perl isn't a toolbox, but a small machine shop where you
can special-order certain sorts of tools at low cost and
in short order. -- Larry Wall
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/