- or download this
my $number=70 # I am just using 70 as an example
my $element=[
...
[],
];
$array[$number]=$element;
- or download this
sub asubroutine {
$my number=shift ; # $number takes the value of 20
...
# Do something
}
}
- or download this
if (@{$x->[3]}>0) {
- or download this
sub asubroutine {
$my number=shift ; # $number takes the value of 20
...
}
}
}
- or download this
$array[$number] = undef,
- or download this
delete $array[$number];
- or download this
splice (@array,$number,1); #wipes out that element completely
- or download this
splice(@tables,$number,0,undef); #inserts a new undefined value in the
+ same element number