Help for this page

Select Code to Download


  1. or download this
    $number = 3;
    @array1 = ("mary");
    @array2 = ("had");
    
  2. or download this
    sub test
    {
    ...
    my @b = ("London","Bridge","is");
    # call sub
    test(3,\@a,\@b);