NAME

test.pl - Print a directory hierarchy.

SYNOPSIS

...>perl test.pl -i obj -i CVS dirName

DESCRIPTION

test.pl runs under both Unix and DOS (aka Windows).

test.pl outputs the directory tree starting at the given directory. The complete path to the given directory is output, but sibling directories are ignored.

COMMAND LINE SWITCHES

test.pl provides these switches:

  • -help. Display help and terminate with exit(0)

  • -ignore. Specify a series of directories to ignore. Repeat for each directory

REQUIRED MODULES

  • Class::Tree - one of mine

  • Getopt::Simple - one of mine

AUTHOR

test.pl was written by Ron Savage <rpsavage@ozemail.com.au> in 1997.

LICENCE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.