Help for this page

Select Code to Download


  1. or download this
      my @data = ('','','','','');
    
  2. or download this
      open STDOUT, ">>", "$output0" or die "$output0: $!\n";
      foreach (@list) {
    ...
        print STDOUT, @data;
      }
      close STDOUT;