codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  untie attempted while 1 inner references still exist  vasulu at 15:03 on Wednesday, July 30, 2008
 

Hi, I am new to perl..

I am getting following warning.

untie attempted while 1 inner references still exist

my code is:

while ($i++ < 5) {
$db = tie(%FILE_NAMES, 'SDBM_File', $tName, O_RDWR|O_CREAT, 0666)
or die "Cannot open $tName: $!\n" ;

$FILE_NAMES{'GAPSOUT'} = $fileName;
$fileRecall = $FILE_NAMES{'GAPSOUT'};

if ($fileRecall eq $fileName) {
print "$i: DB update successful: $fileName\n";
last;
} else {
print "$i: DB update failed: sleep (1): try again\n";
sleep (1);
}

}
untie %FILE_NAMES;


How i can avoid this warning.

Thanks..









CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  Re: Folder name with
•  please suggest a tool for javascript obfuscation (obfuscator)
•  Re: [Help] Javascript Quiz
•  Re: HELP: parsing unicode web sites
•  help me to solve problem in c++
•  Re: Passing Data from One Script to Another
•  untie attempted while 1 inner references still exist
•  Web Hosting
•  Re: refresh parent after closing pop up window


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2008