Another neat method is to use the File::Find module, which can traverse a nested directory structure. The documentation is on CPAN, so I am not going to give example here.opendir DIRH, "." or die "Could not open directory."; my @dir = readdir DIRH; closedir DIRH; foreach (@dir) { print "file: $_\n"; }
In reply to Re: Batch Gimp via Scheme Interface
by Roger
in thread Batch Gimp via Scheme Interface
by astrobio
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |