Find the answer to your Linux question:
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 ...
  1. #1
    Banned
    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?

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    You can execute perl scripts via apache.
    needs mob_perl module.

    In this case perlscript will be executed on server, like php or python
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...