davyzhu
Advanced Member level 1
Hi all,
I am a Perl newbie.
$cnt1 = 2;
$cnt2 = 3;
And I want to directly
The above code have compile error. How to mix the string and +/-/*/... ... without middle parameter?
How to do it?
Best regards,
Davy
I am a Perl newbie.
$cnt1 = 2;
$cnt2 = 3;
And I want to directly
Code:
print "The answer is "$cnt1+$cnt2;
The above code have compile error. How to mix the string and +/-/*/... ... without middle parameter?
How to do it?
Best regards,
Davy