Re: Mix the output?
- From: Tad McClellan <tadmc@xxxxxxxxxxxxxx>
- Date: Thu, 22 Dec 2005 22:36:35 -0600
Davy <zhushenli@xxxxxxxxx> wrote:
> print "The answer is "$cnt1+$cnt2;
> The above code have compile error.
> How to do it?
print "The answer is ",$cnt1+$cnt2;
--
Tad McClellan SGML consulting
tadmc@xxxxxxxxxxxxxx Perl programming
Fort Worth, Texas
.
- Follow-Ups:
- Re: Mix the output?
- From: Anno Siegel
- Re: Mix the output?
- Prev by Date: Re: Exiting without printing
- Next by Date: FAQ 7.5 How do I temporarily block warnings?
- Previous by thread: Re: Mix the output?
- Next by thread: Re: Mix the output?
- Index(es):
Relevant Pages
|
|