Help for this page

Select Code to Download


  1. or download this
    sub myfunc($\@\@$) {
      my $var1 = $_[0];
    ...
      my @arr2 = @{$_[2]};
      my $var2 = $_[3];
    }
    
  2. or download this
    @arr1[3]
    
    ---
    
    $tmp1->[3]