Re: how to concat two strings into one?



hi,

It woudl be something like:

print $stringA . $stringB;

You use the "." operator.

Brandon

<mozilla.bugzilla@xxxxxxxxx> wrote in message
news:1120871618.098890.199410@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> hi, greetings,
>
> I am a newer for PERL. I want to concat two strings into one string,
> like this,
>
> $stringA='This is ';
> $stringB='A concat example!';
>
> I want to $stingC to be this: $stringC="This is A concat example!";
>
> I searched the help, but did not find the right function, Can you guys
> help me figure this out?
>
> Thanks
>
> bugzilla
>


.



Relevant Pages