Help for this page

Select Code to Download


  1. or download this
    for (my $count=0; $count <= $#dataArr; $count++) {
        my (@date) = &ParseRecur($dataArr[$count][3], $base, $start, $stop
    +);
    ...
            $bigArr[4]   = $dataArr[$count][4];
        }
    }