Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

cgi file not printing anything

by rjsaulakh (Beadle)
on Dec 17, 2005 at 12:00 UTC ( [id://517472]=perlquestion: print w/replies, xml ) Need Help??

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.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://517472]
Approved by fxmakers
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (7)
As of 2024-04-24 09:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found