in reply to Regular Expression

Hi,

I use this for example in Mason components filters:

$html =~ s{(<body.*?)>}{$1 onLoad="window.print()">}is;

Hope it can be helpfull

Regards,

:-)