zogness has asked for the wisdom of the Perl Monks concerning the following question:
use LWP::Simple; use HTTP::Request; use HTML::TreeBuilder 3.0; use Template::Extract; use Data::Dumper; foreach my $urls( 'http://uptimemgr/saved/1358381265931.htm', 'http://uptimemgr/saved/1375561135115.htm', 'http://uptimemgr/saved/1388446037003.htm' ) { getprint $urls =~ m{<div class=ipm8rpt>([^<]*)</div>}i || die;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTTP::Request pipe through regex
by Joost (Canon) on Mar 09, 2007 at 17:00 UTC | |
|
Re: HTTP::Request pipe through regex
by SheridanCat (Pilgrim) on Mar 09, 2007 at 17:33 UTC | |
|
Re: HTTP::Request pipe through regex
by andye (Curate) on Mar 09, 2007 at 16:59 UTC | |
by zogness (Initiate) on Mar 09, 2007 at 18:28 UTC | |
by Joost (Canon) on Mar 09, 2007 at 18:31 UTC | |
|
Re: HTTP::Request pipe through regex
by bart (Canon) on Mar 10, 2007 at 16:49 UTC |