nl2br in perl
How to replace new line character with br $tempString = “Hello is testing for new line\n to br”; $tempString =~ s/\n/<br\/>/; output = “Hello is testing for new line to br”;
Read articleTag archive
Related writing grouped under this topic, ready for internal linking and search discovery.
How to replace new line character with br $tempString = “Hello is testing for new line\n to br”; $tempString =~ s/\n/<br\/>/; output = “Hello is testing for new line to br”;
Read article