in reply to Re: Trying to capture Alt characer in Perl
in thread Trying to capture Alt characer in Perl

No , I already have an Excel file (as input) which contains a cell having Enter character. This character is entered by some user, using 'Alt+Enter' key combination. Now I want to convert this Enter character (or 'Alt+Enter' char) to space. This is what is Not happening and I am getting CSV file with Enter character retained (which is spoiling structure of CSV).

BTW, thanks a lot for your interest.
  • Comment on Re^2: Trying to capture Alt characer in Perl