in reply to replace at the begining
while($line=<DATA>){ $line=~s/p\sclass=/<p class=/g; print $line; } [download]