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 ...
Basically, I have a php script that generates a web page, and I would like to send its output to a file (say, index.html).<BR><BR>The problem is that php only runs as user nobody, and I can't have ...
Hi there,<BR><BR>I'm using a linux system and I have a perl script that needs to check the date stamp of a file and compare it to current date in YYYYMMDD format.<BR><BR>Can anyone lend me a hand with ...
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 ...