From 73d50da040a56323fd36233a7202d9ebea45b2b5 Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 30 Oct 2008 01:27:34 +0000 Subject: [PATCH] tab, not linefeed --- transform_unicorn_flat_charges.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/transform_unicorn_flat_charges.pl b/transform_unicorn_flat_charges.pl index 9a94dd6..bcd5cd2 100755 --- a/transform_unicorn_flat_charges.pl +++ b/transform_unicorn_flat_charges.pl @@ -15,7 +15,7 @@ sub print_line { ) . "\n"; } -print "FORM\tUSER_ID\tITEM_ID\tCHRG_LIBRARY\tCHRG_DC\tCHRG_DATEDUE\nCHRG_DATE_CLMRET\n"; +print "FORM\tUSER_ID\tITEM_ID\tCHRG_LIBRARY\tCHRG_DC\tCHRG_DATEDUE\tCHRG_DATE_CLMRET\n"; while (my $line = <>) { chomp $line; $line =~ s/[\r\n]//g; -- 1.7.2.5