Help for this page

Select Code to Download


  1. or download this
    use DynaLoader qw( );
    use XML::Easy  qw( );
    ...
    warn "You may experience poor performance due to "
       . "the use of a Pure Perl build of XML-Easy.\n"
          if !grep $_ eq 'XML::Easy', @DynaLoader::dl_modules;