rmdir

2005-02-01 Thread dsimmons
I want to delete the files from a directory then delete the directory. I have code which processes a file containing a list of files, one per line.   That routine creates a subdirectory based on the file name and then writes files to the subdirectory. I have the following code to process the sam

Re: PPM

2004-03-19 Thread dsimmons
> My understanding is that ppm is used. I have run ppm. I get the ppm > prompt and have used help to discover the commands. However, when I enter > 'help' followed by a command I get nothing except the ppm prompt back. > See: http://aspn.activestate.com/ASPN/docs/ActivePerl-5.6/faq/ActiveP

PPM

2004-03-19 Thread dsimmons
I have used perl on a windoz system for a couple years to manipulate ASCII files nothing beyond that. I have written a simple routine to create a comma separated, (csv) file that is destined for a worksheet on an Excel template. I want to write directly to the worksheet. I have see references