- or download this
my @a=();
my @b=();
my @a1=();
my @b1=();
- or download this
open (TXT, "<$filename") || die "Can't open $filename: $!\n";
my @array;
...
push @{$array[$_]}, $list[$_];
}
}
- or download this
@array = (
[
...
'3777'
]
);
- or download this
my @perl_array;
...
for ( @perl_array ) {
print $_,"\n";
}
- or download this
var secid=[002826,0028262,0028262,0028262,0028262,0028262]
var Initial_shares=[3777,3777,3777,3777,3777,3777]
- or download this
secid,Initial_shares,Char
002826,3777,a
...
0028262,3777,d
0028262,3777,e
0028262,3777,f
- or download this
var secid=[002826,0028262,0028262,0028262,0028262,0028262]
var Initial_shares=[3777,3777,3777,3777,3777,3777]
var Char=[a,b,c,d,e,f]