in reply to cgi file not printing anything

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.

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.