http://www.perlmonks.org?node_id=942269

soubalaji has asked for the wisdom of the Perl Monks concerning the following question:

Hi Perl Monks,
I have a doubt in perl. I am having two types
@a = ['1','2','3','4'];
$a = ['1','2','3','4'];
I want to know the difference between these two. Any body can explain this, what the datatype these
Thanks and regards,
Jind