Re: Script to read the contents of a directory

2007-11-26 Thread Gunnar Hjalmarsson
John Jack wrote: I urgently need assistance as this is my first exercise that I'd like to do. I must be missing something here. -- Gunnar Hjalmarsson Email: http://www.gunnar.cc/cgi-bin/contact.pl -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Script to read the contents of a directory

2007-11-26 Thread Dr.Ruud
John Jack schreef: > I very new to programming and I'm introduced to perl a couple of > weeks ago. I want to write a perl script to read a content of a > directory and the subdirectories within and print out the path to all > files in this directory and sub-directories. Can someone help me to > do

Re: Script to read the contents of a directory

2007-11-26 Thread John W . Krahn
On Monday 26 November 2007 14:53, John Jack wrote: > Hi Hello, > I very new to programming and I'm introduced to perl a couple of > weeks ago. I want to write a perl script to read a content of a > directory and the subdirectories perldoc File::Find > within and print out perldoc -f print > t

Script to read the contents of a directory

2007-11-26 Thread John Jack
Hi I very new to programming and I'm introduced to perl a couple of weeks ago. I want to write a perl script to read a content of a directory and the subdirectories within and print out the path to all files in this directory and sub-directories. Can someone help me to do this, please? I urgently