- or download this
------
...
------
| add each found link to logfile
----
- or download this
#!/usr/bin/perl --
use strict; use warnings;
...
sub log_links { ... }
sub informit { print STDOUT @_,"\n" }
__END__
- or download this
#!/usr/bin/perl --
use strict; use warnings;
...
sub log_links { ... }
sub informit { print STDOUT @_,"\n" }
__END__
- or download this
#!/usr/bin/perl --
use strict; use warnings;
...
sub iwant_other_links { ...; return 1 }
sub iwant_pancake_links { ...; return 0 }
__END__