To be more specific:
Server OS: freebsd
Web Server is Apache/1.3.26 (Unix) mod_perl/1.26
Base path to website files is /mnt/web_c/d31/s02/a000ras1/cgi-bin/
Should i create directory in cgi0bin or in any place?
Say, directory called 'module'
What should i modify in script?
#!/usr/bin/perl
# ----------------------------------------------------------
# program: makehtml.pl
# version: 0.06 m5 build 2000-02-15
# task: Creates HTML documents out of a simple script and some
# dummy and content files
# language: Perl
# license: GPL (GNU General Public License)
# ----------------------------------------------------------THIS PROGR
+AM IS PUBLISHED UNDER THE TERMS OF THE GNU PUBLIC LICENSE (GPL).
# IT COMES WITH ABSOLUTLY NO WARRENTY! USE IT AT YOUR OWN RISK!
# ----------------------------------------------------------
use GD;
use Tie::IxHash;
$identify = "makehtml v0.06 m5 build 2000-02-15";
&init;
&run;
&done;
sub init
Can i also install Text::WikiFormat or full Wiki modules such way?
|