Re: how to concat two strings into one?
- From: "Brandon" <programmer16@xxxxxxxxxxxxx>
- Date: Sat, 09 Jul 2005 18:14:27 GMT
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
>
.
- References:
- how to concat two strings into one?
- From: mozilla . bugzilla
- how to concat two strings into one?
- Prev by Date: Re: Net::IRC "args" type?
- Next by Date: Re: Net::IRC "args" type?
- Previous by thread: Re: how to concat two strings into one?
- Next by thread: Re: how to concat two strings into one?
- Index(es):
Relevant Pages
|