Help for this page

Select Code to Download


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