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. :-)
In reply to Re: Hash debugging.
by cnhackTNT
in thread Hash debugging.
by uni_j
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |