Help for this page

Select Code to Download


  1. or download this
        a1,   a2,   a3,   a4
        b1,   b2,   b3,   b4
                  .
                  .
                  .
    
  2. or download this
    #!/usr/bin/perl
    
    ...
          print join(',', @$row), "\n";
       }
     }