Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
      );
      print Data::Dumper->Dump([\%results], ['results']);
    }
    
  2. or download this
    $results = {
                 'nodeValue' => [
    ...
                 'textContent' => undef,
                 'innerHTML' => undef
               };