--sacked#!/usr/bin/perl -w use strict; use HTML::TokeParser; my $p = HTML::TokeParser->new('/tmp/ml_test.html'); while ( my $t = $p->get_tag('a')) { print $p->get_trimmed_text('/a'), "\n"; }
In reply to (sacked) Re: global issue with an RE, I think...
by sacked
in thread global issue with an RE, I think...
by hiddengeek
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |