RE: [Perl-unix-users] Perl reporting formats

2001-12-21 Thread Thomas_M
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > > This is an excerpt from my script. In summary the script > works like this > > For each database ($database_name) listed in a string the > script below should do > the following (while loop) [...] Please copy and paste the appropriate s

[Perl-unix-users] Perl reporting formats

2001-12-20 Thread kwabena . asare
This is an excerpt from my script. In summary the script works like this For each database ($database_name) listed in a string the script below should do the following (while loop) open (AUDITREPORT, ">$database_name.txt") ; # this generates a new file name based on the database