RE: Doubt in DB_File module

2002-05-23 Thread Paul Marquess
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

RE: Doubt in DB_File module

2002-05-13 Thread Sundara Rajan
}; } # 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

Doubt in DB_File module

2002-05-12 Thread ponnam . balam
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