in reply to Re: Re: Multiple page listings - previous/next feature
in thread Multiple page listings - previous/next feature

Did you try to run the program from the command line to see if you can figure out where your error(s) are? Make sure you use carp (if you already are not doing so), as in:
use CGI::Carp qw(fatalsToBrowser);
This should at least help you troubleshoot without being blind to the trouble. Keep at it, you are almost there.

Replies are listed 'Best First'.
Re: Re: Re: Re: Multiple page listings - previous/next feature
by b310 (Scribe) on Feb 07, 2003 at 20:29 UTC
    Hi, Yes, I'm already using the Carp statement. Unfortunately, I'm not receiving a clearer error message. I'm not quite sure how to run it from the command line. I'm new at this stuff. Can you tell me how? Thanks