im installing a perl script in my website and..
i want to know where's the location of the perl in the server..
as written in this artilce:
Need response ASAP.. please..
i want to know where's the location of the perl in the server..
as written in this artilce:
| Quote: |
| .....Now, you will need to know where Perl is on your web server. This is because you may need to change the top line in this script. If you are unsure where Perl is, ask your web host or telnet your server and type the which perl command at the prompt:
Telnet>which perl Usually, Perl is located in /usr/bin/perl or /usr/local/bin/perl directory. When you know where perl is, use that path after the # sign and ! symbol above. So, if you had to change it to /usr/local/bin/perl, then the first line would read: #!/usr/local/bin/perl ..... |
Need response ASAP.. please..
