#!/usr/bin/perl -w use strict; use Cwd; use File::Find; my $type = shift || '.html'; sub fetch { print "$_\n" if $File::Find::name =~ /$type$/; } find(\&fetch, cwd());
In reply to Re: HTML Crawler
by chromatic
in thread HTML Crawler
by damian
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |