NAME
Devel::FindPerl - Find the path to your perl
VERSION
version 0.001
DESCRIPTION
This module tries to find the path to the currently running perl.
FUNCTIONS
find_perl_interpreter
This function will try really really hard to find the path to the perl running your program. I should be able to find it in most circumstances. Do note that the result of this function is not cached, as it might be invalidated by for example a change of directory.
AUTHOR
Leon Timmermans <leont@cpan.org>, Randy Sims <randys@thepierianspring.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Randy Sims, Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.