I need to copy a small config file from one server to another. I'm generating the file on one server with a pretty complex script. I need to put that file on another server for immediate user access via html. I've tried just writing the file straight to the new server over the network using absolute paths but it doesn't work. I'm thinking that I can accomplish this instead through a perl-generated html page, to have the script copy the file from its source server and put it locally for use within the web page.

What would the code look like to do this?


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to