Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Re: Name Space

by George_Sherston (Vicar)
on Nov 12, 2001 at 11:33 UTC ( [id://124767]=note: print w/replies, xml ) Need Help??


in reply to Re: Name Space
in thread Name Space

Well now you've been and gone and messed up the system... I'm afraid my puny non-fuzzy logic script only picks out the first node from each person in the thread. This is a fault. I know! I'm sorry! Anybody who has the time / skill to do better than this - let me have it, sibling:
#!/usr/bin/perl -w use strict; use CGI qw(:standard :cgi-lib); use LWP::Simple; my $url = "http://perlmonks.org/index.pl?node_id=110166"; my $html = get $url or die "could not get $!"; my %names; while ($html =~ s/=(\d*?)&lastnode_id=110166">[^<]*<\/A><BR> by <A HRE +F="\/index\.pl\?node_id=\d*&lastnode_id=110166">(.*?)<\/A> on \w{3} \ +d{2}, \d{4} at \d{2}:\d{2}//s) { $names{$2} = $1 unless $names{$2}; }
update: I notice that demerphq has done this already... as has crazyinsomniac

George Sherston

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://124767]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-19 07:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found