Help for this page

Select Code to Download


  1. or download this
    sub CallSub {
        my ($IGot, $TheBlues, @Array) = @_;
    # or
    ...
        # my ($IGot, $TheBlues) = (shift, shift);
        # ...
    }
    
  2. or download this
    sub CallSub
    # ($$\@)  # if you choose
    {
    ...
        # or some variation
        # ...
    }