- or download this
splice() offset past end of array at foo.pl line 146.
splice() offset past end of array at foo.pl line 147.
splice() offset past end of array at foo.pl line 158.
- or download this
sub makeArrays
{
...
my @arrC = ( @holdb );
return \@arrA, \@arrB, \@arrC, \@arrD;
}
- or download this
my $childa = $dada;
my $childb = $momb;
push @chroma, $childa;
push @chromb, $childb;
- or download this
push @chroma, $dada;
push @chromb, $momb;