Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    print Dumper( %values );
    #print $content;
    
  2. or download this
    Name: value
    Name2: value2
    etc
    
  3. or download this
    my $scraper = scraper {
        process 'a[rel~="tag"]', 'tags[]' => sub {
    ...
            uri_unescape($label);
        };
    };