Thanks in advance for any and all help.if (open(SF,"<$input")) { if (open(DF,">>$output")) { $fmt_edi = <SF>; $fmt_edi =~s/\v/\n/gs; print DF "$fmt_edi"; } else { } } else { } close DF; close SF;
In reply to Difficulty Substituting Vertical Tab With Newline by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |