News

Upon startup, Perl looks for your script in one of the following places: Specified line by line via -e switches on the command line. . Contained in the file specified by the first filename on the ...
We need to run a script on one of the other machines, so we wrote a little perl script that uses Net::SSH to login and run it, and then we run the perl script from the shell using the backtick ...