Help for this page

Select Code to Download


  1. or download this
    sub vector {
        my ($aa) = @_;
    ...
        $aa->[2] = my $three;
        my $vector = V($one, $two, $three);
    }