Help for this page

Select Code to Download


  1. or download this
    meanwhile from the heart of the sourcecode:
    # takes a macro of regular expressions:
    ...
    # brackets can be separated by '|' (pipe) as logical OR and they may b
    +e
    # nested (should be recursive;-).
    # e.g. /(bar)((foo1)|(foo2))=word/ would associate either foo1 or foo2
    
  2. or download this
    #!/usr/bin/perl
    use webHarvester;
    ...
               );
    my $results = $worker->harvest(\@lines, \@vars);
    print Dumper($results);