- or download this
#! /usr/bin/perl
use strict;
...
# lets have a look at the result
print "$howManyFound URIs found\n";
print "$text\n";
- or download this
use URI::Find; # instead of URI::Find::Schemeless
...
...
);
...
- or download this
BEGIN {
use FindBin qw($Bin);
use lib "$Bin/lib";
}
use URI::Find::Schemeless;