Help for this page

Select Code to Download


  1. or download this
    my ( @arr1, @arr2, @arr3 );
    my $var = 0;
    
  2. or download this
    my ( $var, @arr1, @arr2, @arr3 ) = 0;