#!perl -w @bold = ("print","binmode"); $string = "print"; foreach (@bold) { $string =~/$_/$_/g; } print $string;