in reply to Re^7: create an xml file from column file
in thread create an xml file from column file

It is working but this error is popping up Use of uninitialized value in pattern match (m//) at f.pl line 14, <$words> line 18.

  • Comment on Re^8: create an xml file from column file

Replies are listed 'Best First'.
Re^9: create an xml file from column file
by hdb (Monsignor) on Jul 25, 2013 at 11:04 UTC

    Is line 18 empty in your file? You would need to add code to skip empty lines.