Help for this page

Select Code to Download


  1. or download this
    panic: attempt to copy freed scalar 802e7e120 to 802e7e708 at Server.p
    +m line 380.
    
  2. or download this
    (%ch) = rfork_list_children(1);
    
  3. or download this
    sub rfork_list_children {
            my ($use_hash) = @_;
    ...
                    return keys %{ $Ext::Fork::POOL->{cidlist} };
            }
    }