I am trying to parse a CSV file using perl, I need to read, add a new row (both into a empty file and to the file already consisting data) and delete the row/rows by matching a particular value, I wanted to do it using a inbuilt module only doesn't want to install a external new module.
Earlier I was trying it with using xml file but it required to install XML::Twig or XML::LibXML which I didn't want.
Is it possible through csv or text file.