Help for this page

Select Code to Download


  1. or download this
    perl -Dt -m"XML::Twig" -e ''
    
  2. or download this
    perl -Dx -m"XML::Twig" -e '' 2>&1 | grep print_to
    # should print:
    SUB XML::Twig::print_to_file = {
    
  3. or download this
    perl  -m"XML::Twig" -e '$twig=XML::Twig->new(); $twig->print_to_file()
    +'