blob: d47e51c0b00dc77c3f41aab0514f9a2e6a144849 (
plain)
1
2
3
4
5
|
Perl has two pseudo-constants describing the current location in your source
code, __FILE__ and __LINE__. This module adds __DIR__, which expands to the
directory your source file is in, as an absolute pathname.
WWW: http://search.cpan.org/dist/Dir-Self/
|