GRNOC-Config

 view release on metacpan or  search on metacpan

lib/GRNOC/Config.pm  view on Meta::CPAN

    }

    return undef ;
}


=head2 update_node

=cut

sub update_node{
    my $self = shift;
    my $path = shift;
    my $new_value = shift;


    if($path eq ''){
	$self->{'error'}{'msg'} = "Path not specified.  Please specify a path\n";
        return undef;
    }

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.046 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )