lwp
AWS SES certificate verify failed
I have set up SES successfully on one AWS instance. Now I am trying to use it on a second (not cloned) instance and when I run any of the SES scripts, I get an error:[详细]
2023-02-25 15:18 分类:问答LWP::Simple - how to implement a loop into it [with live demo]
good evening dear community! i want to process multiple webpages, kind of like a web spider/crawler might. I have some bits - but now i need to have some improved spider-logic. See the target-url ht[详细]
2023-02-13 18:02 分类:问答LWP, HTML::TableExtract and the output with Text::CSV - how to add attributes here?
I have a little parser that parses a site - with 6150 records.But I need to have this in a CSV-format.[详细]
2023-02-13 01:23 分类:问答HTML::TableExtract: how to run the right argument [see live example]
A question regarding a parser. Is there any chance to catch some separators within the that separate the table...The paser script runs allready nicely. Note - i want to store the data into a MySQL dat[详细]
2023-02-12 05:21 分类:问答Cookies in perl lwp
I once wrote a simple \'crawler\' to download http pages for me in JAVA. Now I\'m trying to rewrite to same thing to Perl, using LWP module.[详细]
2023-02-10 03:42 分类:问答Perl Question with UserAgent Get Website on Loop
I\'m able to grab the first image fine, but then the content seems to be looping inside itself. Not sure what I\'m doing wrong.[详细]
2023-02-03 17:48 分类:问答How to use XML::Simple when XML is in an object?
I have this code #!/usr/bin/perl -w use开发者_如何学JAVA strict; use URI; use LWP::UserAgent; use Data::Dumper;[详细]
2023-01-27 10:54 分类:问答fetch pages [LWP] parse them [HTML::TokeParser] and store results [DBI]
A triple job: I have to do a job with tree task. We have three tasks: Fetch pages Parse HTML Store data... And yes - this is a true Perl-job![详细]
2023-01-20 02:07 分类:问答How can I send cookies with Perl's LWP::Simple?
use LWP::Simple; use HTML::LinkExtor; use Data::Dumper; #my $url = shift @ARGV; my $content = get(\'example.com?GET=whateverIwant\');[详细]
2023-01-19 17:20 分类:问答Visit Half Million Pages with Perl
Currently I\'m using Mechanize and the get() method to get each site, and check with content() method each mainpage for something.[详细]
2023-01-16 03:13 分类:问答