in reply to Formatting data as HTML to get the same appearance as mysql select return
$blah{one}=~s/a/b/g; $blah{two}=~s/a/b/g; [download]
s/a/b/g foreach @blah{'one', 'two'} ; [download]
andy.