use strict;
use lib $PATH_LIB;
use RACE;
use CGI qw(:cgi-lib);
#do "$PATH_LIB/cgi-lib.pl";
You might also try this - I had the same probelm for some reason a while
back and this seemed to fix it.
> >> I had a similar problem and fixed it by commenting out any lines that
use
> >> the warn command.
> >>
> >> Give it a try. I am currently working with the OpenSRS support team to
see
> >> why on some installations this happens.
> >
> > Same here - I am on a RAQ - is that a possible common thread
>
> You could also try placing:
>
> use CGI::Carp qw(fatalsToBrowser);
>
> underneath #!/usr/bin/perl at the top of the script and that will also
> work... Tested on a RaQ at Raqshare. ;-)
>
> --
> John Keegan
> [EMAIL PROTECTED]
> http://RackShare.com
>
>
>