Help for this page

Select Code to Download


  1. or download this
    sub change_node_names { 
      my ($self, $node, $code) = @_;
    ...
      $name =~ s/wrongnode/rightnode/;
      return $name
    } );