Sounds to be like you just need
$html =~ s/.*<div class="heading">Product Description</div>(.*)<table +width=100% border=0 cellpadding=0 cellspacing=0>.*/$1/s;
Just adjust each .* to be either greedy or not greedy .*? based off your needs.
Update: Added 's' modifier to make . match new lines per perlre - modifiers.
In reply to Re: Removing all text in a String.
by wind
in thread Removing all text in a String.
by The Elite Noob
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |