Using the "." Operator
$name = "Selena" . " Sol"; print "$name"; $name = "Selena"; $name .= " Sol"; print "$name\n"; Table of Contents Cropping scalar variables with the chop function |
|
Hosted by Graphics & Media Lab
http://graphics.cs.msu.su |
|
mailto: Laboratory |