Re: MIME coding & flags for sending a .csv or Excel file (Here is the code)

2004-07-13 Thread Randal L. Schwartz
> "Jason" == Jason Corbett <[EMAIL PROTECTED]> writes: Jason> our ($dbh); # Jason> our (@files); # Jason> our ($filename); # Jason> our ($errorlog); #logs all successes and failures of the report Jason> our ($dirfolder); #where the treatment report is sent prior to emailing Jason> our (@reco

Re: MIME coding & flags for sending a .csv or Excel file (Here is the code)

2004-07-12 Thread John W . Krahn
On Monday 12 July 2004 08:21, jason corbett wrote: > > Here is the script that I am using. Remember that the script creates > the file perfectly and stores the file with data in a folder on the > server. The emailed copy is being sent out blank. > > #!/usr/bin/perl use warnings; > use strict; > u

Re: MIME coding & flags for sending a .csv or Excel file (Here is the code)

2004-07-12 Thread jason corbett
I will move the close(ERRORLOG) and the close(OUTFILE) as you pointed out and retry. As for the parameters, I am passing parameters to only certain functions. I will however take note of the mistake with logresults(). Do you think that not passing parameters to other functions is incorrect? I am

Re: MIME coding & flags for sending a .csv or Excel file (Here is the code)

2004-07-12 Thread Jenda Krynicky
From: jason corbett <[EMAIL PROTECTED]> > Here is the script that I am using. Remember that the script creates > the file perfectly and stores the file with data in a folder on the > server. The emailed copy is being sent out blank. Seems the problem IS in what I said. Try to move the clos

Re: MIME coding & flags for sending a .csv or Excel file (Here is the code)

2004-07-12 Thread jason corbett
Here is the script that I am using. Remember that the script creates the file perfectly and stores the file with data in a folder on the server. The emailed copy is being sent out blank. Thanks, JC #!/usr/bin/perl use strict; use DBI; use lib '/home/samcsm/jason/myperl/lib/perl5/site_perl/';