use strict; use warnings; while () { s/\[image=([\w\.]+)\]//; s/\[color=([\w#]+)\]//; s/\[link=([\w:\/\.]+)\]//; print; } __DATA__ Hey have a look at this [image=var.jpg] Insert a [color=#99CC99] [link=http://www.perlmonks.net] to the site