in reply to Hash debugging.
while(my $token = $stream->get_token("a"))
while(my $token = $stream->get_tag("a"))
my $url_desc = $stream->get_phrase();
my $url_desc = $stream->get_text();
my $url = $token->[2]{href};
my $url = $token->[1]{href};if this is what you want. :-)
|
|---|