http://www.perlmonks.org?node_id=517472

rjsaulakh has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.

Replies are listed 'Best First'.
Re: cgi file not printing anything
by chas (Priest) on Dec 17, 2005 at 12:54 UTC
    I never heard of the "rows" module. Are you sure the spelling is correct with regard to case?
    (Update: And how are you using it? Try perl -c on your script. If there isn't such a module that could be the problem.)
    Maybe you need to specify the full path to "data.txt". You could try use CGI::Carp qw(fatalsToBrowser); to see possible errors.
    A reply falls below the community's threshold of quality. You may see it by logging in.
Re: cgi file not printing anything
by reneeb (Chaplain) on Dec 17, 2005 at 23:20 UTC
    use strict; and use warnings; could be very helpful.