cgi not working :(

andersons001 at hawaii.rr.com andersons001 at hawaii.rr.com
Tue Aug 28 20:59:39 PDT 2001


If you want to determine whether a specific module is already
 installed on your system, run the following script at the 
command line:

% perl -e 'use ModuleName'  (e.g. perl -e 'use CGI'

To find the locations of all the modules installed on your 
system, run the following simple script from the command line:

% perl -e 'print "@INC\n"'


To find all modules installed on a system, run the following
 command:

% find  perl -e 'print "@INC"'  -name '*.pm' -print

Steve A.



More information about the LUAU mailing list