use strict; use File::Find; use Cwd; my $startDir=getcwd; find(sub {printf "%s\n", substr((split($startDir,$File::Find::name))[1 +],1) if ($File::Find::name ne $startDir);}, $startDir);
In reply to Re: How do I remove current path from a dir listing
by t0mas
in thread How do I remove current path from a dir listing
by Fishcake2000
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |