TheGenius22
MIS
Hi All,
simple question.
I have an array and i want to store its entire value to a var.
my @a = ('1', '2', '3');
want to store @a to $c,
so $c should be = '123'
how should i proceed?
simple question.
I have an array and i want to store its entire value to a var.
my @a = ('1', '2', '3');
want to store @a to $c,
so $c should be = '123'
how should i proceed?