* Carl Rogers ([EMAIL PROTECTED]) [07 Dec 2001 06:34]:
[...]
> How about this:
> $linebreak = "-" x 70;
> $string = "\nHELLO WORLD!\n\n".
>"To $to, \n\n".
>"\n". $linebreak. "\n Hello World ".
>"Thank you for using our software.\n\n";
> Not pretty, not elega
At 02:09 PM 12/6/2001 +1030, Daniel Falkenberg wrote:
> > Hey again all!
> >
> > $string = "attack. The password for $user_to_change should not have
> > to be changed.\n".
> > "-" x 70, "\n Hello".
> > "Thank you for using our software.\n\n";
> >
> > Now I have been informed t
> Hey again all!
>
> $string = "attack. The password for $user_to_change should not have
> to be changed.\n".
> "-" x 70, "\n Hello".
> "Thank you for using our software.\n\n";
>
> Now I have been informed to replace the , with a . at the second line
> of the string near 70.