I don't think I know anyone who relishes the task of data manipulation, and I'm certainly not different. Some of the more complicated manipulations pose a briefly satisfying technical challenge, but ...
I have the following perl snippet that's supposed to doublecheck the "host down" notification produced by a commercial application. The original problem is when the commercial application says "host ...
I have a text file and I'm trying to search for lines that have the text "optionvalue 51" I thought I'd call up a simple one line perl command to find this and print to the screen (or output file), ...