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.