Shebang/path to sendmail help

Anyone here know how to find your path to Perl with a webhost? I’m kind of lost.

http://www.ezscripting.com/pathtoperl/#Finding%20the%20Path%20To%20Perl

Uhm… I already tried that, with a lot more shebang lines than that. Didn’t work. I’m hoping for a reply from my webhost.

try back tick some bash
ie :
print which perl;

Thanks, but me = super noob at this. Aside from connecting via a shell?

depending on your OS, once you have a terminal open.

connect to your webserver

ftp yourdomain.com

find out what perl you have
which perl

type bye to exit the ftp server

Or with SSH

Its been a while since messing with PERL