Help for this page

Select Code to Download


  1. or download this
    my @A = [ '1', '2', '4', '8' ];
    my @B = [ '1', '3', '6', '8' ];
    
  2. or download this
    my @a = qw/1 2 4 8/;
    my $a = [qw/1 2 4 8/];  # an arrayref