Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Re: Supressing zero values in formatted reports

by Fengor (Pilgrim)
on Dec 28, 2001 at 15:14 UTC ( [id://134846]=note: print w/replies, xml ) Need Help??


in reply to Re: Supressing zero values in formatted reports
in thread Supressing zero values in formatted reports

Hmm this isn't an error. It's a warning.

From perldiag: Argument "%s" isn't numeric%s

(W) The indicated string was fed as an argument to an operator that expected a numeric value instead. If you're fortunate the message will identify which operator was so unfortunate.

This means although the warning is displayed your program should run normally.

hth
fengor

--
"WHAT CAN THE HARVEST HOPE FOR IF NOT THE CARE OF THE REAPER MAN"
-- Terry Pratchett, "Reaper Man"

  • Comment on Re: Re: Supressing zero values in formatted reports

Replies are listed 'Best First'.
Re: Supressing zero values in formatted reports
by ryan (Pilgrim) on Dec 28, 2001 at 15:22 UTC
    Correct. Warning. Sorry. However it still prints a zero in the spots that I want blank.
      Hmm, now i reached the end of science (at least to my knowledge) so let's start with the voodoo (aka blind guessing):

      • I know there's an int($foo) function that returns the integer part of a variable. Maybe there is something similar for strings?
      • Have u tried to use another character instead of a blank? something like - or . ?
      As I said both is just vlind guessing and will propably not work. Your program seems to think that right at this place there has to be a number. I don't know why it does this, but maybe some other monk can bring some clarification to this?

      greetings
      fengor

      --
      "WHAT CAN THE HARVEST HOPE FOR IF NOT THE CARE OF THE REAPER MAN"
      -- Terry Pratchett, "Reaper Man"

Re: Supressing zero values in formatted reports
by ryan (Pilgrim) on Dec 28, 2001 at 15:40 UTC
    Correct, I'll rephrase that to Warning, and continue to comment that it still does not suppress zero values.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://134846]
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-04-25 19:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found