- or download this
#!/usr/bin/perl -w
use File::Find;
...
(my $n = $File::Find::name) =~ s/.*\///;
print "\t<blockquote>$n</blockquote>\n";
}
- or download this
#!/usr/bin/perl -w
use File::Find;
...
(my $n = $File::Find::name) =~ s/.*\///;
print "\t<blockquote>$n</blockquote>\n";
}