Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Problem with deleting a hash key

by cLive ;-) (Prior)
on Aug 15, 2007 at 18:15 UTC ( [id://632818]=note: print w/replies, xml ) Need Help??


in reply to Problem with deleting a hash key

Um. Well. There's quite a few stumbling blocks here:

  • I'd change the DBI connect to throw an error if it fails rather than use a conditional after.
  • explain what %list is, since you don't include the declaration code here.
  • same for getRecord()
  • remove fluff code - the "if (scalar(@dbrec) > 6 )" has nothing to do with whether the key is deleted. heh, maybe that's the bug though and the delete line should be on the other side of the closing brace?
  • in this context, the "if (@dbrec)" conditional is pointless too

Maybe then we'll have a chance at helping you...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://632818]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-19 17:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found