Help for this page

Select Code to Download


  1. or download this
    &writefile("file.txt", @array);
    
  2. or download this
    sub writefile {
      my ($filename, @array) = @_;
    
    ...
      close(FILE);
      return 0;
    }