#!/usr/bin/perl open IN, "save/list.html"; open OUT, ">list.html"; while (){ s/msds/msds\/englishhtml/; print OUT;}