Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        my $path_to_enc_files = ...;
    ...
        local @INC = ( @INC, $path_to_enc_files );
        require XML::Parser::Expat;
    }
    
  2. or download this
    BEGIN {
        local @INC = ( @INC, $ENV{PAR_TEMP} );
        require XML::Parser::Expat;
    }