changeset 164:2654466d2655

Oops, 10L.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 23 Aug 2015 19:16:17 +0300
parents 3790db4eb29b
children 1d17dbb864ff
files parsedata.pl
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/parsedata.pl	Fri Aug 21 03:39:58 2015 +0300
+++ b/parsedata.pl	Sun Aug 23 19:16:17 2015 +0300
@@ -437,6 +437,7 @@
 ### Parse through the HTML document node tree to find the data we need
 
 # Skip zero position this way (can't use foreach here)
+my $q = $$node{"nodes"};
 for (my $i = 1; $i < scalar(@{$q}); $i++)
 {
   my $d = $$q[$i]{"nodes"};