Home : General : Perl Programming :

General: Perl Programming: Re: [manunkind] Re-displaying data back into a form: Edit Log

Here is the list of edits for this post
Re: [manunkind] Re-displaying data back into a form
Here's some more history behind the "<p>" tag being in there. This gets displayed on an .shtml page, so I needed to change all "\r" to "<p>" tags to display properly. Here's the regex I used:

Code:


$eurom =~ s/\r/<p>/g;


So, I figured I could just reverse the regex, but nothing works.

I'm totally out of ideas.

Last edited by:

manunkind: Mar 16, 2002, 1:14 PM

Edit Log: