Help for this page

Select Code to Download


  1. or download this
    my $xp = XML::XPath->new( ioref => $input );
    my $mp = $xp->find('/meta-parameter');
    ...
            warn "found: " . $xp->findvalue( '@id' => $n );
        }
    }
    
  2. or download this
    if( m/<([^>]*meta-parameter[^>]*stored-procedure[^>]*)>/ ) {
        my $tag = $1;
    ...
            # but you get the idea
        }
    }