Re: Replace System("Dir") call Help

2009-06-21 Thread Telemachus
On Sun Jun 21 2009 @ 7:40, AndrewMcHorney wrote: > Hello > > I have written a perl script and I am in the debugging and imroving the > code. The first improvement is want to make is to replace the > system("Dir c:/s") call because it is not portable. So I was told to use > the File package.

Replace System("Dir") call Help

2009-06-21 Thread AndrewMcHorney
Hello I have written a perl script and I am in the debugging and imroving the code. The first improvement is want to make is to replace the system("Dir c:/s") call because it is not portable. So I was told to use the File package. I have not found a good example. So I am looking for some port