Help for this page

Select Code to Download


  1. or download this
    @x = ( (1, 2, 3), ('a', 'b', 'c') );
    
  2. or download this
    @x = (1, 2, 3, 'a', 'b', 'c');
    
  3. or download this
    [ qw(I am not assigned to anything.) ];
    
  4. or download this
    $var_a = $var_b = $var_c = [ qw(I am referenced thrice!) ];