akelabanda
Programmer
Hi
I am planning to have all pages dynamically generated
using Perl starting from "index.cgi".
I am aware that I should use CGI.pm for this purpose
and use start_html and end_html, header with print
statements to generate a html document (basics
).
But where should I be placing the scripts ? My webserver
is apache.
Typing should display the
Home page I intend to put up.
And how can I use hyperlinks to run the CGI scripts ?
Most of the scripts that I found talk about form handling.
For example, I have a hyperlink "DOCS". When I click on
this, it should ideally run a script that takes a listing
of a directory, creates hyperlinks to all the files there.
So clicking them will open those files. This way I need
not update the page whenever there is a new file added
to the folder.
Thanks in advance for your help.
Regards
Raj
I am planning to have all pages dynamically generated
using Perl starting from "index.cgi".
I am aware that I should use CGI.pm for this purpose
and use start_html and end_html, header with print
statements to generate a html document (basics
But where should I be placing the scripts ? My webserver
is apache.
Typing should display the
Home page I intend to put up.
And how can I use hyperlinks to run the CGI scripts ?
Most of the scripts that I found talk about form handling.
For example, I have a hyperlink "DOCS". When I click on
this, it should ideally run a script that takes a listing
of a directory, creates hyperlinks to all the files there.
So clicking them will open those files. This way I need
not update the page whenever there is a new file added
to the folder.
Thanks in advance for your help.
Regards
Raj