s{/etc/}{} #### my $search_for = qr{/etc/}; my replace_with = qr{}; s{$search_for}{$replace_with}