i have check this and the script does not running.
i have the same problem @ e-smith 4.1.2
i will work with cgi i can send this script but then this not work, work other scripts ?
script:
#!/usr/local/bin/perl
open (HTML, "<../ganzunten.htm");
while() { $HTML .= $_; }
close(HTML);
open (COUNTER, "$counter = ;
close (COUNTER);
$counter++;
open (COUNTER, ">counter.dat");
print COUNTER $counter;
close (COUNTER);
$HTML =~ s/\/$counter/g;
print "Content-type: text/html\n\n";
print $HTML;
the html file is in the document root and the dat file in the cgi-bin
dat file permission is read,write by others
then i take the script local of e-smith it count 1 high and get me the html file complete.
but in http it works not
anyone idea ?
thx JeeAre