in reply to Re^3: using pagecount variable in array?
in thread using pagecount variable in array?

> Did you also change the top of your script to include use strict;?

No, I already was using strict:

#! /usr/bin/perl -w use strict; use POSIX; use DBI; use CGI qw(:standard); my ($dbh, $sth, $count);
Thanks,

-Bob