Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    
    sub test1 (\@@) { print Dumper \@_; }
    ...
    
    test1( @array, $value);
    test2( @array, $value);
    
  2. or download this
    $VAR1 = [
              [
                1,
    ...
              3,
              4
            ];