Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Re: Re: Operator Precedence

by ariels (Curate)
on Jul 22, 2001 at 18:13 UTC ( [id://98818]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $x >= $x_min and $x <= $x_max and $y >= $y_min and $y <= $y_max
    
  2. or download this
    ($x >= $x_min and $x <= $x_max) and ($y >= $y_min and $y <= $y_max)
    
  3. or download this
    $x >= $x_min and $x <= $x_max and
    $y >= $y_min and $y <= $y_max
    
  4. or download this
    $x_min <= $x and $x <= $x_max and
    $y_min <= $y and $y <= $y_max
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-03-29 07:01 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found