Help for this page

Select Code to Download


  1. 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.
    
  2. or download this
    sub makeArrays
    {
    ...
        my @arrC = ( @holdb );
        return \@arrA, \@arrB, \@arrC, \@arrD;
    }
    
  3. or download this
    my $childa = $dada;
    my $childb = $momb;
    push @chroma, $childa;
    push @chromb, $childb;
    
  4. or download this
    push @chroma, $dada;
    push @chromb, $momb;