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]
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
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
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