On Wednesday, July 17, 2002, at 09:14 , Konrad Foerstner wrote:
[..]
> short example with 3-letter-lines:
>
> $input = 'ABCDEFGHI';
>
> ---> $output = 'ABCDEFGHI'
what you will want to look at are
perldoc CGI
perldoc HTML::Parser
for access to the p() function/method.
The res
On Jul 17, Konrad Foerstner said:
>does anyone know a function or a module which
>i can use to format a text which i get in a string.
Text::Format comes to mind.
>short example with 3-letter-lines:
>
>$input = 'ABCDEFGHI';
>
>---> $output = 'ABCDEFGHI'
This is a very simple case:
$len = 3;