Help for this page

Select Code to Download


  1. or download this
    ( @a, @b ) = (1..10, 'a'..'b');
    
    ...
    
    print @b;;
    
  2. or download this
    someFunction( @a, @b, $c );
    
  3. or download this
        my ( @groupA, @groupB, $dataRef ) = @_;