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 ...
I'm writing perl script that will check the disk partition size for Linux.<BR>So I run the df -h command and split the string into array with one cell line per line.<BR><BR>For example:<BR>/dev/hda7 ...