Perl Programming/Keywords/ FILE

The __LINE__ keyword

__FILE__ is a special token that returns the name of the file where it occurs.

Syntax

  __FILE__