Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Getting Value from joining 2 variables

by fisher (Priest)
on Jan 03, 2011 at 09:23 UTC ( [id://880156]=note: print w/replies, xml ) Need Help??


in reply to Getting Value from joining 2 variables

BTW, why don't you use the '.=' operator? This line
$sleeps = $sleeps . "$currencycode$paxing for $plus persons<br>";
transforms to
$sleeps .= "$currencycode$paxing for $plus persons<br>";
...and looks better, isn't it?

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://880156]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (7)
As of 2024-03-28 18:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found