Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: GP problem with tree structure using hash

by BrowserUk (Patriarch)
on Oct 13, 2004 at 07:10 UTC ( [id://398777]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub dec2bin {
        my $str = unpack("B32", pack("N", shift));
        return substr($str, -6);
    }
    
  2. or download this
    Deep recursion on subroutine "main::replace_node" at P:\test\398622.pl
    + line 155.
    
  3. or download this
    sub replace_node {
        my($tree,$a,$b) = @_;
    ...
        $_[0] = $tree;
        return;
    }
    
  4. or download this
        $_[0] = $tree;
        return;
    
  5. or download this
    srand(1);
    
  6. or download this
    #!/usr/bin/perl
    use strict;
    ...
    Deep recursion on subroutine "main::replace_node" at P:\test\398622.pl
    + line 188.
    Deep recursion on subroutine "main::replace_node" at P:\test\398622.pl
    + line 191.
    Terminating on signal SIGINT(2)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 05:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found