Perl Regular Expression Tasks
VerifiedAdded on 2019/09/16
|2
|311
|141
Practical Assignment
AI Summary
This assignment requires creating a Perl program that uses regular expressions to manipulate the content of a provided file, SampleConfig.txt. The tasks include removing leading/trailing spaces, replacing full-line '#' characters, changing .htm to .html in URLs, quoting multiple words after an equals sign, adding semicolons at the end of lines, standardizing comment formatting, converting uppercase patterns to lowercase, and adding section count comments. The submission includes the Perl code and the modified SampleConfig.txt file.
1 out of 2

