Help for this page

Select Code to Download


  1. or download this
    
      sub doStuff
    ...
        my($arg1, $arg2, $arg3, $ar4, @data) = @_;
        ..... # other stuff here
      }
    
  2. or download this
        my($arg1, $arg2, $arg3, $ar4, @data, $arg5) = @_;