Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Re: getting 0 to print

by dws (Chancellor)
on Jan 14, 2003 at 01:49 UTC ( [id://226686]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: getting 0 to print
in thread getting 0 to print

The fact the data is coming from a database is very relevant and key to the solution to this problem.

No, the database is incidental. Let's do a remedial debugging review to see why.

You notice that '0' is getting printed as ''. Having seen a zero come back when you ran the query in a command-line tool, you suspect that the issue isn't the database, so you work from the end backwards. You note that the path between the '0' that you have and the print that is printing as an empty string includes a join, a map, and a call to trim.

Knowing (or strongly suspecting) that join and map don't zap zeros, you direct your attention to trim. What comes back when we pass a '0' to trim()? An empty string!

Voila. The database (and most the rest of the script) is now out of the loop completely. You have isolated the problem to a single subroutine.

Assuming that you're unable to discern how trim() could possible turn a zero into an empty string, you nonetheless have a small snippet to post.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (2)
As of 2024-03-19 07:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found