in reply to Re: printing a table in html using data read from a file
in thread printing a table in html using data read from a file

This is what i get when I try your sample program I called it g.cgi:
Software error: Can't continue after import errors at .../public_html/cgi-bin/g.cgi li +ne 3 BEGIN failed--compilation aborted at .../public_html/cgi-bin/g.c +gi line 3. For help, please send mail to this site's webmaster, giving this error + message and the time and date of the error.

Replies are listed 'Best First'.
Re: Re: Re: printing a table in html using data read from a file
by bikeNomad (Priest) on Jun 13, 2001 at 01:15 UTC
    It looks like you're missing CGI::Carp and/or HTML::Table in your installed modules. Make sure that you have them installed. Try running g.cgi from a command prompt:
    perl g.cgi
    .