Help for this page

Select Code to Download


  1. or download this
    use strict;
    use XML::Rules;
    ...
        xsi:schemaLocation="http://www.somedomain.tld/market_reg/admin_ser
    +ver/1.0 admin_server.xsd">
        <request>
    ...
    
  2. or download this
    use strict;
    use XML::Rules;
    ...
    
    __DATA__
    ...
    
  3. or download this
    ...
            'action_request,info_request' => sub { my ($tag, $attr) = @_; 
    +$attr->{type} = $tag; return %{$attr}},
    ...