On Wednesday, July 17, 2002, at 09:14 , Konrad Foerstner wrote:
[..]
> short example with 3-letter-lines:
>
> $input = 'ABCDEFGHI';
>
> --->  $output = '<p>ABC</p><p>DEF</p><p>GHI</p>'

what you will want to look at are

        perldoc CGI
        perldoc HTML::Parser

for access to the p() function/method.

The rest is just parsing out 3 tokens at a time...


ciao
drieux

---
http://search.cpan.org/search?dist=HTML-Parser


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to