cutudi has asked for the wisdom of the Perl Monks concerning the following question:
Hello Everybody
How it's possible that you create a hash table in one function in your script like Utils::make_hash_table() and you want to use it in another function like main::use_hash_table() and you don't see any data in your hash table like dbmopen(%h_yest,"data_yesterday",0666); my @cle = keys (%h_yest); $#cle ==1?
Thank's for your help
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: dbmopen mistake?
by jethro (Monsignor) on Dec 23, 2011 at 12:53 UTC | |
|
Re: dbmopen mistake?
by mbethke (Hermit) on Dec 23, 2011 at 12:50 UTC | |
|
Re: dbmopen mistake?
by roboticus (Chancellor) on Dec 23, 2011 at 13:19 UTC | |
|
Re: dbmopen mistake?
by NetWallah (Canon) on Dec 23, 2011 at 16:06 UTC |