Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Always Follow Up on Warnings

by Biker (Priest)
on Feb 08, 2002 at 09:11 UTC ( [id://144070]=note: print w/replies, xml ) Need Help??


in reply to Always Follow Up on Warnings

You've learnt something important. It's true for any (all?) software development. A warning is a warning and should be respected. There's a reason for it.

Concerning your specific situation, I use the following snippet, written to give the same appearance as does graphical database tools, like SQL Advantage, Cast Workbench and many others. It's just an idea that works in my situation. Copy it and modify it for your specific needs.

sub nullify_array { for(@_) { $_='(null)' unless(defined()); } @_; }
Everything will go worng!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 07:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found