This is my code:
my output looks like this:#!/usr/bin/perl use strict; use warnings; use File::Copy; open(TEST, ">>Append_Data"); copy(".data_file", \*TEST); close TEST;
line1 ^M line2 ^M
In reply to Control M's with File::Copy by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |