Hello,
I have two questions. The first is pretty easy: How can I make a perl script an executable file for windows so that I wouldn't need to install perl on the computer the script is going to be run?
Second, I need to merge two files together (append). One is pretty large (36 MB) and the...
Hello,
I am trying to get a file listing of a directory on a remote server. Right now I am using File::Find:name, which works great on the local computer, but always produces an error message for each file it lists on the remote server. I don't have the error message in front of me, but it says...
Hello,
I am running into a little issue. What I am trying to accomplish is to compare two files and find which lines don't match. The problem is that the lines may not be in the same order. And the files may be too big for an array (not sure).
Basically:
## Some command outputs...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.