Usually you can get the path to perl from the hoster on their site, assuming you have a hoster, or from tech support.
If not, you can login with telnet or ssh, then just query the server directly for the perl path, like:
which perl
which perl5
whereis perl
or something like that, that should give you the path.
|