Results 1 to 2 of 2
Let's assume I've got a script on my server, and it requires
various modules and such that are installed on that server.
I surf, through Samba or NFS, to various ...
- 05-20-2009 #1Banned
- Join Date
- Dec 2002
- Location
- Texas
- Posts
- 242
Running Perl scripts remotely, not locally
Let's assume I've got a script on my server, and it requires
various modules and such that are installed on that server.
I surf, through Samba or NFS, to various files on the server.
Is there a way that I could click on a Perl script located in a
directory on the server and have it execute "from the server"
instead of the script running locally from my machine?
- 05-22-2009 #2
You can execute perl scripts via apache.
needs mob_perl module.
In this case perlscript will be executed on server, like php or python


Reply With Quote