Help for this page

Select Code to Download


  1. or download this
    if ($have_File_Spec) {
      @Encoding_Path = (grep(-d $_,
    ...
    else {
      @Encoding_Path = (grep(-d $_, map($_ . '/XML/Parser/Encodings', @INC
    +)), '.');
    }
    
  2. or download this
    =item XML::Parser::Expat::load_encoding(ENCODING)
    
    ...
    
    (...) The only reason users should use this function is to
    explicitly load an encoding not contained in the @Encoding_Path list.