... any other method ... storing the found or empty value into variables ?
Did you take a look at the code here? (Update: Also here.) And if you need a quick-and-dirty replacement for $RE{num}{real} from Regexp::Common if you have difficulty installing it, try
my $rx_amount = qr{ (?> [-+]? (?: \d+ (?: [.] \d*)? | [.] \d+)) }xms;
It's semi-tested and should be enough to move forward with.
Give a man a fish: <%-{-{-{-<
In reply to Re^7: HTML::Parser / Regex
by AnomalousMonk
in thread HTML::Parser / Regex
by MissPerl
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |