Skip to content

Commit

Permalink
Update scraper.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaly committed Jul 12, 2014
1 parent 48cee20 commit 24c95cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.pl
Expand Up @@ -20,7 +20,7 @@
print "pocet riadkov je $#rows\n";
#print (@rows);
#print "@rows";
print ( $#($rows[0]->content) );
print ( 0+($rows[0]->content) );

# # Open a database handle
#my $dt = Database::DumpTruck->new({dbname => 'data.sqlite', table => 'data'});
Expand Down

0 comments on commit 24c95cb

Please sign in to comment.