Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re^4: Use of uninitialized value

by Anonymous Monk
on Nov 23, 2010 at 11:39 UTC ( [id://873184]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Use of uninitialized value
in thread Use of uninitialized value

I think you're right, but that would not explain his comments works here/ does not work here, the error would be the same at both points

Replies are listed 'Best First'.
Re^5: Use of uninitialized value
by marto (Cardinal) on Nov 23, 2010 at 11:49 UTC

    I wouldn't bother wasting your time trying to find an explanation for their comments, they've clearly spent no time debugging the problem or actually reading their code, why would the comments have to make sense?

      Oh wow, it never dawned on me that Win is like anbutechie, an account at some company that all new hires use to fish
        That could explain LOTS!


        - Boldra
Re^5: Use of uninitialized value
by Ratazong (Monsignor) on Nov 23, 2010 at 13:22 UTC
    if (($numerator > 0) && ($denominator > 0)){ print "..."; # (print) do +es not work here
    The condition will never be true, as at least one of the variables is undef. Therefore the print will never be executed. I assume that this is the reason for the comment does not work here.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (2)
As of 2026-03-07 12:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?
    hippoepoptai's answer Re: how do I set a cookie and redirect was blessed by hippo!
    erzuuliAnonymous Monks are no longer allowed to use Super Search, due to an excessive use of this resource by robots.