
cd /m3/webdocs/acms <<-- change to acms directrory
mkdir cgi-bin <<-- create the cgi-bin directory
chmod 755 cgi-bin <<-- fix permissions
cd public_html <<--get into your public_html directory
mkdir cgi-bin <<--create a cgi-bin directory
chmod 755 cgi-bin <<--fix permissions
Recommendations are the top-level of your Web document tree, the department top-level area /m3/webdocs/"dept" or, for your own area, /m1/"userid"/public_html.
Make needed changes in the page as indicated by the UPPER CASE comments in the HTML source.
This is a very simplistic search page. Feel feel to customize it's look to suit your own design tastes. Fix permissions on "search.html" of course to make it Web accessible.
cp /m3/webdocs/computing/WEBHELPER/search.html /m3/webdocs/"dept"/search.html, or
cp /m3/webdocs/computing/WEBHELPER/search.html /m1/"userid"/public_html
cd cgi-bin <<--get into the cgi-bin directory
cp /m3/webdocs/computing/WEBHELPER/search_plus.pl search_plus.pl