Milleniumlegend
IS-IT--Management
- Dec 16, 2003
- 135
Could someone give me some code snippets into creating Services using Perl. I would like to run a perl script as a windows service.
I have a perl Script that runs on the local server. The perl Script gets a file and based on the name of the file it sends it to the local folder. What I wanted to do is send the file to a directory that we have mapped to a different server. The perl script does the processing of the logic and places the files in the right directory for us. However the problem is I am not able to send the across to the different server.
If I log on using my username and password and run the Similar script to copy files to a mapped network drive for a different server the files do show up on the server.
I was looking at a creating this script to run as a service so that we can authenticate the script.
Regards
Arun
I have a perl Script that runs on the local server. The perl Script gets a file and based on the name of the file it sends it to the local folder. What I wanted to do is send the file to a directory that we have mapped to a different server. The perl script does the processing of the logic and places the files in the right directory for us. However the problem is I am not able to send the across to the different server.
If I log on using my username and password and run the Similar script to copy files to a mapped network drive for a different server the files do show up on the server.
I was looking at a creating this script to run as a service so that we can authenticate the script.
Regards
Arun