Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Re: What is truth? (Curiosity corner)

by robin (Chaplain)
on Dec 21, 2001 at 07:24 UTC ( [id://133702]=note: print w/replies, xml ) Need Help??


in reply to Re: What is truth? (Curiosity corner)
in thread What is truth? (Curiosity corner)

Yeah, it does indeed. I'm not quite sure why "0 but true" is often preferred. Maybe because it's more explicit about its intention?
  • Comment on Re: Re: What is truth? (Curiosity corner)

Replies are listed 'Best First'.
Re: Re: Re: What is truth? (Curiosity corner)
by htoug (Deacon) on Jan 08, 2002 at 15:54 UTC
    "0E0" is used by the DBI (and DBD's) for eg. $sth->execute when the SQL-statement processed 0 rows but did not error.

    This allows constructions like my $rows=$sth->execute or die "SQL error" ( Of course this would be expressed better using $dbh->{RaiseError} = 1).

    The relevant part of the DBI documentation states:

    For a non-`SELECT' statement, `execute' returns the number of rows affected, if known. If no rows were affected, then `execute' returns "`0E0'", which Perl will treat as 0 but will regard as true. Note that it is not an error for no rows to be affected by a statement. If the number of rows affected is not known, then `execute' returns -1.

Log In?
Username:
Password:

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

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

    No recent polls found