Hi,
I am new to Perl. I want to append the following line to a text file whenever I find the word <body in the file:
<link rel=\"stylesheet\" href=\"main/css/main.css\">\n
Can someone suggest me how to write the code for this?
I appreciate your help!