Help for this page

Select Code to Download


  1. or download this
    my @dataArray = (\@inputValue1,\@outputValue1,\@inputValue2,\@outputVa
    +lue2..)
    
  2. or download this
    # Subroutine to jumble the data
    sub jumble
    {
    ...
                    @dataArray = @tempArray;
            }
    }