in reply to Re: Re: Re: number of lists in array
in thread number of lists in array

Oh, and sorry to annoy you further, Rob, how does $. work? I could use the excuse that I'm living on the same side of the globe as you are...
  • Comment on Re: Re: Re: Re: number of lists in array

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: number of lists in array
by davorg (Chancellor) on Nov 30, 2001 at 22:15 UTC

    $. will always contain the current record number from the most recently read file handle.

    Full documentation for all of Perl's special variables can be found in perlvar.

    --
    <http://www.dave.org.uk>

    "The first rule of Perl club is you don't talk about Perl club."

Re5: number of lists in array
by Hofmator (Curate) on Nov 30, 2001 at 22:14 UTC

    see perldoc perlvar or here.

    -- Hofmator