Is there a way to run a Perl program on a web server using Command Prompt?

tim85a

New member
Hi, I've got a program that I've made on my home PC that I've uploaded to my web server. Is there a way to run it using command prompt so I can see if it works ok?

Thanks for your help
 
You would need a SSH shell account on the web server. And then a ssh client to connect to the shell account in order to execute the program.
 
Back
Top