Help for this page

Select Code to Download


  1. or download this
    my $p = XML::Parser->new(
      ParseParamEnt => 0,
    );
    
  2. or download this
    my $p = XML::Parser->new(
      ErrorContext  => 2,
      ParseParamEnt => 0,
    );