Please use a constructive subject line.

On Mon, 4 Oct 2004, Sprogis, Rubens (V-Emeritis) wrote:

How can I do to concatenate 2 strings?

There are many ways to do it.

Here's one of them:

    $foo = $a . $b;

This should be introductory material in any beginner's Perl book.



--
Chris Devers

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to