Help for this page

Select Code to Download


  1. or download this
    my @array1=qw(something or something);
    my @array2=qw(Another Something);
    ...
                    print "Referenced:  @$element\n";
                    }
        }
    
  2. or download this
    my @array4=qw(separate and yet);
    my @array5=qw(flattened it);
    ...
                print "$element ";
                }
        }
    
  3. or download this