RE: Merging Files in Perl

2007-02-02 Thread Akbar Ehsan
Thanks a lot. Akbar Ehsan Internet Services Coordinator Central Office Ivy Tech Community College 9301 E. 59th St. Indianapolis, IN 46216 Phone: 1 317 921-4872 -Original Message- From: Sean Davis [mailto:[EMAIL PROTECTED] Sent: Friday, February 02, 2007 8:18 AM To: beginners-cgi@perl.o

Re: Merging Files in Perl

2007-02-02 Thread Sean Davis
On Friday 02 February 2007 08:15, Akbar Ehsan wrote: > Thanks. The cat command worked. > > Can I add a line break at the end of the content of each file? Just print a line break in each file before you close it. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Merging Files in Perl

2007-02-02 Thread Akbar Ehsan
Thanks. The cat command worked. Can I add a line break at the end of the content of each file? I did post my script in my answer to another person who helped. Akbar Ehsan Internet Services Coordinator Central Office Ivy Tech Community College 9301 E. 59th St. Indianapolis, IN 46216 Phone: 1 317

RE: Merging Files in Perl

2007-02-02 Thread Akbar Ehsan
Here is what I have so far. A script that creates two files: andadm.count and blmadm.count. At the end of the script I want to merge these two files in to one file. #!/usr/bin/perl -w #use Net::SMTP; use strict; use CGI::Carp qw(fatalsToBrowser); use CGI; print "Content-Type: text/html; charset=