blob: af1af336101c4f4a3658258aeb0f98cee6cd7f84 (
plain)
1
2
3
4
|
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.
|