Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

GP problem with tree structure using hash

by thealienz1 (Pilgrim)
on Oct 12, 2004 at 05:17 UTC ( [id://398370]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
            if($a0 eq "0" && $a1 eq "0" && $d0 eq "1") {return 1;}
            if($a0 eq "1" && $a1 eq "0" && $d1 eq "1") {return 1;}
            if($a0 eq "0" && $a1 eq "1" && $d2 eq "1") {return 1;}
            if($a0 eq "1" && $a1 eq "1" && $d3 eq "1") {return 1;}
    return 0;
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
            }
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-23 16:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found