#stuff you took out... Are you using File::Find?open(IN, "< input.csv") or die("Couldn't open input.csv\n"); open(OUT, "> output.csv") or die("Couldn't open output.csv\n"); while (<IN>) { chomp; #Displays total size of specified path (total includes subfolders) print "Walking $_\n";
} print "\n\tOutput created.\n"; close(OUT);
In reply to Re: Newline Delimited Input
by waswas-fng
in thread Newline Delimited Input
by Concept99
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |