$html=~s///sg; open (JS,"stylizator.js") || die("You also need the file stylizator.js in the same folder"); my @js=; close (JS); my $js=''; $html=~s/<\/body>/$js/e; print HTML $html; close (CSS); close (HTML);