Hi Monks,
Hope all of you having good time.
I am new to perl and i am trying to learn perl.
Here i want to know whether we can assign scalar value to array.
example
$num=12345;
and
i want 12345 should be assigned to @a
@a = qw\1 2 3 4 5\
Can you help me in this?
Thanks in advance,
Parameshwar