in reply to Re: catching newlines from textarea input
in thread catching newlines from textarea input

uups robartes you are right forgot to paste it in, because omited several lines of ubb_txt like $str =~ s/Ü/Ü/igs;

Replies are listed 'Best First'.
Re: Re: Re: catching newlines from textarea input
by zakb (Pilgrim) on Feb 28, 2003 at 12:21 UTC

    You may want to look at HTML::Entities instead of hand-rolling all your own entity encodings.