hi all,

i want to use MLDBM to store some data(name with
multiple values), but error occurs. i have installed
these modules, but i'm not sure what i'm missing.
MLDBM
DB_file
Data::Dumper

the codes:
use MLDBM 'DB_File';

tie %data, "MLDBM", "database", O_CREAT|O_RDWR, 0644
or die "can't open/create files:$!\n";

the error:
MLDBM error: Second level tie failed, "No such file or
directory"

how could there be this error when i want to create
the file? so i delibrately created the file(with 0
bytes) but it still gives the same error.

any pointers? thks!

Conan

=====
It Will Come To Us !!!
[EMAIL PROTECTED]

__________________________________________________
Do You Yahoo!?
Yahoo! Kickin' Party - Win a 5-star getaway to exotic 
Bali!<br>http://kickin.yahoo.com.sg

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to