* 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 elegant, but get's the job done.

$linebreak = "-" x 70;
$string = <<"EOF";

HELLO WORLD!

To $to,


$linebreak
 Hello World Thank you for using our software.

EOF


Easier to read.


cheers,
-- 
iain.                                          <http://eh.org/~koschei/>

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

Reply via email to