Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    print Dumper($ref->{"env:Body"}->{"m:markupvalidationresponse"}->{"m:e
    +rrors"}->{"m:errorlist"}->{"m:error"});
    
  2. or download this
    $VAR1 = [
              {
    ...
                'm:message' => 'document type does not allow element "META
    +" here'
              }
            ];