while (<>) { if (/Alias/ .. /\/Directory/) { s/^/#/; } print OUTPUT; }