Mjpaddy has asked for the wisdom of the Perl Monks concerning the following question:
Hi, Monks
Is it possible that creating an array without using perl array, If yes then how....?
this is my try but i dont think that it is right....
my $list = [1,2,"hi",4,'do',9.4]; print @$list;
Please tell me is it right or not then how...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Array Without using array
by choroba (Cardinal) on Jun 23, 2014 at 12:28 UTC | |
|
Re: Array Without using array
by Anonymous Monk on Jun 23, 2014 at 12:31 UTC | |
|
Re: Array Without using array
by jeffa (Bishop) on Jun 23, 2014 at 15:03 UTC | |
by LanX (Saint) on Jun 23, 2014 at 17:18 UTC |