in reply to Newbie regex question

something like:
$text =~ /\$(.*?)\*{3}/; $stuff = $1;