Regarding the ability to create a double-clickable Terminal script (see previous item), Scott Lahteine notes that: AppleScript Menu can do more than just run AppleScripts. It allows you to run Perl ...
There are a lot of really nice scripting languages available to Unix admins, but Perl is still one of my favorites for doing any work that involves regular expressions — any text that you can describe ...
Ok, I am a complete idiot when it come to Perl programming/scipting, so I figured I would come here to see if anyone can help me out. <P>We have a new FTP server at my work that the CAD guys use. I ...
Each script is explained, although a “working knowledge” of Perl is needed to get much out of the discussions. My knowledge of Perl is fairly rudimentary — there’s a good reason I write stories and ...
There are numerous ways to redirect standard error in a Perl script. You can redirect the output from one particular command, you can combine standard error with ...
I'm working on a basic perl script that needs to print (to a file) a variable all on one line. The variable is initially read in from a file where it may contain one or mare carriage returns or "\n"s.
Since I’m seldom in control of all the devices between myself and whatever system I am trying to reach, I often like to verify whether I will be able to connect to a particular port on the particular ...
You don't need to be a programmer, but you'll solve harder problems faster if you can write your own code We’ve all been on the receiving end of that essentially unanswerable question, “What do you do ...