[Need Info] Is bigint available in your perl/CGI library?
I would like to use larger integers in my CGI script. Is bigint available? If so, how do I invoke it? I tried adding the line " use bigint; " to my script but it got an error saying that it couldn't find it in @INC.