> "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
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
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
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
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/';