Or Operator


Definition: Performs a logical disjunction on two expressions.

 

The OR operator evaluates two expressions and returns True if either of the expressions are true; you will get back the value False only if both parts are False. For example, suppose we want to evaluate the following two statements, then store the verdict in the variable $a:

 

·          23 is less than 12

·          12 is greater than 40

 

Here’s the command we’d use:

 

$a = 23 - lt12 -or 12 - gt40

 

As you might expect, if you run the command and then echo back the value of $ a you’ll get the following, seeing as how both expressions are False:

 

False

 

 

 

 

500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@systemmanager.forsenergy.ru to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.