Hi all,
I have one problem. I have two value ($gia and $name1) and now I want to do it become one value to run in the next step.Ex:
$gia =12 $name = Tai
$gia =$gia.$name
out put : 12Tai
But I hope the data will sepera two colums for the next step.
12 Tai
Could you show me how can I do that in perl?