RE: Line number variable....

2004-05-07 Thread Shaw, Matthew
> -Original Message- > >there a variable containing the actual > > source-line number during execution? > > > > Yes, the $. This is incorrect, $. actually contains the 'current line number' from the last accessed file handle. It will be undef if no filehandles have been accessed. The _

RE: Line number variable....

2004-05-07 Thread NYIMI Jose (BMB)
> -Original Message- > From: Paul Johnson [mailto:[EMAIL PROTECTED] On Behalf Of Paul Johnson > Sent: Friday, May 07, 2004 1:20 PM > To: NYIMI Jose (BMB) > Cc: Gabor Urban; [EMAIL PROTECTED] > Subject: Re: Line number variable > > > On Fri, May 07, 2004

Re: Line number variable....

2004-05-07 Thread Paul Johnson
On Fri, May 07, 2004 at 01:01:01PM +0200, NYIMI Jose (BMB) wrote: > > -Original Message- > > From: Gabor Urban [mailto:[EMAIL PROTECTED] > > > > I was going through the manuals some times, but could not > > find it. Is there a variable containing the actual > > source-line number durin

RE: Line number variable....

2004-05-07 Thread NYIMI Jose (BMB)
> -Original Message- > From: Gabor Urban [mailto:[EMAIL PROTECTED] > Sent: Friday, May 07, 2004 12:57 PM > To: [EMAIL PROTECTED] > Subject: Line number variable > > > Hi, > > I was going through the manuals some times, but could not > find it. Is there a variable containing the act