Perl Programming/Keywords/ LINE

The __LINE__ keyword

__LINE__ is a special token that returns the current line number.

Syntax

  __LINE__