From: Carl Jolley [mailto:[EMAIL PROTECTED]]
> On Mon, 13 May 2002 [EMAIL PROTECTED] wrote:
>
> > Dear friends,
> > When i am trying to process the flat database
> using the DB_File , it is giving the error like this ,
> > Cannot open C:\CC-LIC-USAGE\teams.txt: Fil
};
}
# Dump the complete database
while ( ($user, $team) = each %hist_db ) {
print "$user, $team\n" ;
}
untie %hist_db ;
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Monday, May 13, 2002 5:01 AM
To: [EMAIL PROTE
Dear friends,
When i am trying to process the flat database using the DB_File , it is
giving the error like this ,
Cannot open C:\CC-LIC-USAGE\teams.txt: File exists
How will i get the values from the existing file. Is it possible or not.
Ex