Now, that my simple CGIs (Perl) are running (in CGI-Executables).
Where should I put my subroutine.lib (Perl's subroutines) ?
I've tried at the same level as my CGI (in CGI-Exec..). No
And what will be the correct syntax
require "subroutines.lib"; or
require "../subroutines.lib"; or ?
Should it (the subroutine) be in plain text ?
Thanks in advance.
claudej