icon Top 9 categories map      RocketAware > Perl >

input_line_number HANDLE EXPR
$INPUT_LINE_NUMBER
$NR
$.

Tips: Browse or Search all pages for efficient awareness of Perl functions, operators, and FAQs.



Home

Search Perl pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    
input_line_number HANDLE EXPR
$INPUT_LINE_NUMBER
$NR
$.
The current input line number for the last file handle from which you read (or performed a seek or tell on). An explicit close on a filehandle resets the line number. Because ``<>'' never does an explicit close, line numbers increase across ARGV files (but see examples under eof()). Localizing $. has the effect of also localizing Perl's notion of ``the last read filehandle''. (Mnemonic: many programs use ``.'' to mean the current line number.)

Source: Perl predefined variables
Copyright: Larry Wall, et al.
Next: input_record_separator HANDLE EXPR
$INPUT_RECORD_SEPARATOR
$RS
$/


Previous: $MULTILINE_MATCHING
$*




(Corrections, notes, and links courtesy of RocketAware.com)


[Overview Topics]

Up to: File filtering and processing




Rapid-Links: Search | About | Comments | Submit Path: RocketAware > Perl > perlvar/input_line_number.htm
RocketAware.com is a service of Mib Software
Copyright 2000, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments