Help for this page

Select Code to Download


  1. or download this
        # We want the true type of blessed objects like XML::DOM::Document
        my $true_type;
    ...
            $true_type =~ s/.*=(\w*).*/$1/;
            }
        print ref($value)," is really an $true_type\n";
    
  2. or download this
    XML::DOM::Document is really an ARRAY