"Christopher D . Lewis" wrote:
>
> ... and I have no idea what an explicit package name is :-) At your
> request, I have placed the whole, ugly thing at
> www.PuckU.org/misc/nudice-01c for inspection of why Perl thinks the
> line numbers are as it reports ... I apologize in advance for the
> prog
"Christopher D . Lewis" wrote:
>
> On Tuesday, January 7, 2003, at 11:19 AM, Peter Scott wrote:
>
> > [responding to replacement of sub displayResults with {print __LINE__
> > . " sub displayResults";}]
> > That needs to be __LINE__, not __line__. The above is an error.
> > You do have -w and u
On Tuesday, January 7, 2003, at 11:19 AM, Peter Scott wrote:
[responding to replacement of sub displayResults with {print __LINE__
. " sub displayResults";}]
That needs to be __LINE__, not __line__. The above is an error.
You do have -w and use strict in this program, right?
When I use "__LI
At 06:16 PM 1/7/03 -0600, Christopher D. Lewis wrote:
>On Tuesday, January 7, 2003, at 11:19 AM, Peter Scott wrote:
>
>>[responding to replacement of sub displayResults with {print __LINE__
>>. " sub displayResults";}]
>>That needs to be __LINE__, not __line__. The above is an error.
>>You do ha
Good tip, Peter,
Joseph
Peter Scott wrote:
> In article <[EMAIL PROTECTED]>,
> [EMAIL PROTECTED] (Christopher D . Lewis) writes:
> >
> >On Tuesday, January 7, 2003, at 10:31 AM, Peter Scott wrote:
> >
> >> [EMAIL PROTECTED] (Christopher D . Lewis) writes:
> >>> My problem is that the errors P
Hi Chris
Simplifying sub displayResults is a Good Thing. It should actually be:
sub displayResults { print __LINE__ . "sub displayResults\n"; }
but it should compile as it is, yet the parser's still complaining about it.
I would guess that there's something wrong with the lines immediately
p
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Christopher D . Lewis) writes:
>
>On Tuesday, January 7, 2003, at 10:31 AM, Peter Scott wrote:
>
>> [EMAIL PROTECTED] (Christopher D . Lewis) writes:
>>> My problem is that the errors Perl coughs up end with:
>>>
>>> syntax error at ./nudice-01c
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Christopher D . Lewis) writes:
>
>On Tuesday, January 7, 2003, at 10:31 AM, Peter Scott wrote:
>
>>
>> What line numbers do your text editors say the above statements are
>> actually on?
>>> the errors Perl coughs up end with:
>>>
>>> syntax erro
On Tuesday, January 7, 2003, at 10:31 AM, Peter Scott wrote:
[EMAIL PROTECTED] (Christopher D . Lewis) writes:
My problem is that the errors Perl coughs up end with:
syntax error at ./nudice-01c line 187, near "sub displayResults "
syntax error at ./nudice-01c line 305, near "sub rollRequest
On Tuesday, January 7, 2003, at 10:31 AM, Peter Scott wrote:
What line numbers do your text editors say the above statements are
actually on?
the errors Perl coughs up end with:
syntax error at ./nudice-01c line 187, near "sub displayResults "
the text "sub displayResults " occurs on line
In article <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] (Christopher D . Lewis) writes:
>Dear all,
> I'm writing (as a practice piece, all the better to learn Perl coding)
>what is for me a big, complicated program which has lots of options and
>output possibilities. And ... heh, heh ... it isn
Dear all,
I'm writing (as a practice piece, all the better to learn Perl coding)
what is for me a big, complicated program which has lots of options and
output possibilities. And ... heh, heh ... it isn't working. My
problem is that the errors Perl coughs up end with:
syntax error at ./nudic
12 matches
Mail list logo