in reply to Re^2: backtick iterpolation issue
in thread backtick iterpolation issue
$playListRow =~ tr/\xd\xa//d;
It should remove all the newlines, CR/LF or LF style.
Update: You might need to verify how file names containing newlines are represented in the list.
|
|---|