fionbarr has asked for the wisdom of the Perl Monks concerning the following question:
What happens if I want to add another address to an existing record such that:$hash{key} = "|1,2,3|mail1 address|mail2 address"
Do I have to read/rewrite the entire file?$hash{key} = "|1,2,3|mail1 address|mail2 address|page1 address"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DB_FILE tied hash
by jethro (Monsignor) on May 26, 2010 at 14:44 UTC | |
by fionbarr (Friar) on May 26, 2010 at 14:55 UTC |