News

I am working on a perl script where I would like to be able to write to two output files at the same time. The problem that I am running into is the first output file FILE will write fine but the ...
Being a hired-gun developer, I inherit all kinds of client problems. Recently, I was tasked with exporting a delimited flat file from one application and formatting it so it could be imported into ...
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 have a printf statment with a value I want to direct into a file.<BR>I have two problems.<P>1. How do I direct (Append) my printf or print value into a file?<BR>2. How do I make sure the file does ...