Help for this page

Select Code to Download


  1. or download this
        # if you want to delete, make the line with null value;
    
        $data[$line] = "";
    
  2. or download this
    my $filename = 'yourfilename.txt';
    my $newfile  = 'new_filename.txt';
    
    ...
            print {$out_fh};
        }
    }