Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: Challenge: "Insanity" Cube Puzzle

by Limbic~Region (Chancellor)
on Jul 05, 2006 at 15:53 UTC ( [id://559375]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        return join "\n", $cube1, $cube2, $cube3, $cube4;
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        return "@$cube1\n@$cube2\n@$cube3\n@$cube4";
    }
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
        }
        return \@rot;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-25 07:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found