i'm trying to find the price in a page source and my substition seems
not to work?
$dump =~ s/.+?Price:\s+\$([0-9][0-9].[0-9][0-9]).+/$1/s;
does anyone have a suggestion as to why it prints the whole dump file
w/o seeming to substitute the price in.
not to work?
$dump =~ s/.+?Price:\s+\$([0-9][0-9].[0-9][0-9]).+/$1/s;
does anyone have a suggestion as to why it prints the whole dump file
w/o seeming to substitute the price in.
Comment