Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^3: help with simplifying program

by hdb (Monsignor)
on May 24, 2013 at 12:46 UTC ( [id://1035124]=note: print w/replies, xml ) Need Help??


in reply to Re^2: help with simplifying program
in thread help with simplifying program

Your proposal gets less combinations! I admit that using unless and != is rather confusing but it is correct. It translates into

next if $dwx == $dxy and $dxy == $dyz;

which I should have used in the first place.

Replies are listed 'Best First'.
Re^4: help with simplifying program
by Anonymous Monk on May 24, 2013 at 12:54 UTC
    you are correct. I didn't pay enough attention to the unless. That will teach me to be more careful.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-19 11:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found