Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl -l
    
    ...
    my @y = map { [ $_ ] } @x;
    push @$_, $x for @y;
    print join ',' => map { "@$_" } @y;
    
  2. or download this
    A X,B X