Perl File Handling

[Solved] Perl File Handling | Perl - Code Explorer | yomemimo.com
Question : perl file handling

Answered by : foolish-ferret-xhpxo4congd4

open (READFILE, "<data.txt") or die "File opening failed"; #reading file
open (WRITEFILE, ">data.txt") or die "File opening failed"; #writing file

Source : | Last Update : Sun, 06 Feb 22

Answers related to perl file handling

Code Explorer Popular Question For Perl