Files
pkgsrc-ng/devel/p5-Dir-Self/DESCR
2013-09-26 17:14:40 +02:00

5 lines
228 B
Plaintext

Perl has two pseudo-constants describing the current location in
your source code, __FILE__ and __LINE__. The Perl 5 module Dir::Self
adds __DIR__, which expands to the directory your source file is
in, as an absolute pathname.