Advertisement
Guest User

Untitled

a guest
Feb 1st, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. $VAR1 = bless( [
  2. bless( [
  3. bless( {
  4. 'tree' => [
  5. 'tag',
  6. 'h1',
  7. {
  8. 'a' => 'ololo1'
  9. },
  10. [
  11. 'tag',
  12. 'body',
  13. {},
  14. [
  15. 'tag',
  16. 'html',
  17. {},
  18. [
  19. 'root',
  20. [
  21. 'text',
  22. '<'
  23. ],
  24. [
  25. 'text',
  26. '!DOCTYPE '
  27. ],
  28. [
  29. 'doctype',
  30. ' html PUBLIC "-//W3C//DTD XHTML 1.1//EN"'
  31. ],
  32. [
  33. 'text',
  34. '
  35. '
  36. ],
  37. $VAR1->[0][0]{'tree'}[3][3],
  38. [
  39. 'text',
  40. '
  41. '
  42. ]
  43. ],
  44. [
  45. 'text',
  46. '
  47. '
  48. ],
  49. [
  50. 'tag',
  51. 'head',
  52. {},
  53. $VAR1->[0][0]{'tree'}[3][3],
  54. [
  55. 'text',
  56. '
  57. '
  58. ],
  59. [
  60. 'tag',
  61. 'meta',
  62. {
  63. 'charset' => 'utf-8'
  64. },
  65. $VAR1->[0][0]{'tree'}[3][3][5]
  66. ],
  67. [
  68. 'text',
  69. ' '
  70. ],
  71. [
  72. 'tag',
  73. 'title',
  74. {},
  75. $VAR1->[0][0]{'tree'}[3][3][5],
  76. [
  77. 'text',
  78. 'This is a title'
  79. ]
  80. ],
  81. [
  82. 'text',
  83. ' '
  84. ]
  85. ],
  86. $VAR1->[0][0]{'tree'}[3],
  87. [
  88. 'text',
  89. '
  90. '
  91. ]
  92. ],
  93. $VAR1->[0][0]{'tree'},
  94. [
  95. 'tag',
  96. 'h1',
  97. {
  98. 'a' => 'ololo2'
  99. },
  100. $VAR1->[0][0]{'tree'}[3],
  101. [
  102. 'text',
  103. 'H_1 _2'
  104. ]
  105. ],
  106. [
  107. 'tag',
  108. 'h1',
  109. {
  110. 'a' => 'ololo3'
  111. },
  112. $VAR1->[0][0]{'tree'}[3],
  113. [
  114. 'text',
  115. 'H_1 _3'
  116. ]
  117. ],
  118. [
  119. 'tag',
  120. 'h2',
  121. {},
  122. $VAR1->[0][0]{'tree'}[3],
  123. [
  124. 'text',
  125. 'h_2'
  126. ]
  127. ],
  128. [
  129. 'text',
  130. '
  131. '
  132. ]
  133. ],
  134. [
  135. 'text',
  136. 'H_1 _1'
  137. ]
  138. ],
  139. 'xml' => undef
  140. }, 'Mojo::DOM::HTML' )
  141. ], 'Mojo::DOM' ),
  142. bless( [
  143. bless( {
  144. 'tree' => $VAR1->[0][0]{'tree'}[3][5],
  145. 'xml' => undef
  146. }, 'Mojo::DOM::HTML' )
  147. ], 'Mojo::DOM' ),
  148. bless( [
  149. bless( {
  150. 'tree' => $VAR1->[0][0]{'tree'}[3][6],
  151. 'xml' => undef
  152. }, 'Mojo::DOM::HTML' )
  153. ], 'Mojo::DOM' )
  154. ], 'Mojo::Collection' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement