http://qs321.pair.com?node_id=820521


in reply to logical AND "&&"

No, you may not.
#!/usr/bin/perl use strict; my ($a, $b, $d, $e) = (1, 1, 1, 7); if(($a == 1 && $b < 2) && ($d < 4 && $e >= 6)) { print "Trying is fun!\n" };

Replies are listed 'Best First'.
Re^2: logical AND "&&"
by odegbon (Initiate) on Jan 30, 2010 at 23:42 UTC
    Hi YuckFoo, did you say I may not? But I ran your code and it worked
      My bad, go ahead and do it.

      There is much iffing and anding to be done!

      Code coder, code!

      A reply falls below the community's threshold of quality. You may see it by logging in.