in reply to
Weird uninitialized value error
I see a couple of problems:
your shebang is broken (#!/usr/bin/perl)
you use @pages before declaring it. Is this some SQLite thing?
Comment on
Re: Weird uninitialized value error
In Section
Seekers of Perl Wisdom