in reply to Re^2: untie tied hash fails mysteriously
in thread untie tied hash fails mysteriously
Is that sub really coded without strict and returning globals?:
sub svhash { ($db, $hm, $makedb, $duplicates, $bdbtype) = @_; $makedb ||= 0; $duplicates ||= ''; $bdbtype ||= 'hash'; my %h; ($dbhandx, $fail) = ("", ""); ##<<<<<<<<<<<<< ... return ($dbhandx, $fail); ##<<<<<<<<<<<<< }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: untie tied hash fails mysteriously
by Pstack (Scribe) on Sep 12, 2011 at 22:37 UTC | |
|
Re^4: untie tied hash fails mysteriously
by Pstack (Scribe) on Sep 14, 2011 at 04:52 UTC |