MySQL Forums
Forum List  »  NDB clusters

Re: Problem with perl script
Posted by: Stewart Smith
Date: April 14, 2005 08:58AM

remove the 'die'

die tells perl to quit with error.

expression || failure expression

means that:
if expression evaluates to true (e.g. execute succeeded), don't execute failure expression (as the OR condition is satisfied)
if expression evaluates to false (e.g. execute failed), then try failure expression.

Options: ReplyQuote


Subject
Views
Written By
Posted
3687
April 11, 2005 08:44AM
2110
April 11, 2005 03:55PM
2140
April 14, 2005 08:18AM
Re: Problem with perl script
2049
April 14, 2005 08:58AM


Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.