Re: HTML::Embperl::Execute modifying 'output' only once

2000-12-15 Thread Gerald Richter
I wrote some code for a forum, that displays user entered text, turning all URLs found into real links. Here it is: [- @t = split(/\x0d\x0a/, $message); $r = ''; { local $/ = "\x0d\x0a"; # for chomp below for($i=0;$i lt; scalar @t;$i++) { $out = ''; $t = $t[$i];

HTML::Embperl::Execute modifying 'output' only once

2000-12-14 Thread Pierre Etchemaïté
Hi All, hi Gerald, I wrote some code for a forum, that displays user entered text, turning all URLs found into real links. Here it is: [- @t = split(/\x0d\x0a/, $message); $r = ''; { local $/ = "\x0d\x0a"; # for chomp below for($i=0;$i lt; scalar @t;$i++) { $out = ''; $t =