kye has asked for the wisdom of the Perl Monks concerning the following question:
Hello, i would like help on this problem i'm currently having.
I want to parse a page using regexs. I want to get the whole Pure-Dream Table row off http://pvpgnservers.ath.cx/ Then parse it so that a variable will end up with
"217.172.178.113 Pure-Dream Europe 0d 00:40 DreamDiver PvPGN BnetD Mod 1.1.6 Linux 42 9"THANKS in advance directed here by: STrRedWolf#!/usr/bin/perl use LWP::Simple; $html = get("http://pvpgnservers.ath.cx");
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Parsing HTML tags with regex
by BrowserUk (Patriarch) on Oct 03, 2002 at 04:00 UTC | |
Re: Parsing HTML tags with regex
by samurai (Monk) on Oct 03, 2002 at 01:45 UTC | |
by tfrayner (Curate) on Oct 03, 2002 at 13:27 UTC | |
Re: Parsing HTML tags with regex
by davorg (Chancellor) on Oct 03, 2002 at 13:23 UTC | |
by Chmrr (Vicar) on Oct 03, 2002 at 13:33 UTC | |
Re: Parsing HTML tags with regex
by McD (Chaplain) on Oct 03, 2002 at 13:30 UTC | |
Re: Parsing HTML tags with regex
by PodMaster (Abbot) on Oct 03, 2002 at 14:14 UTC |