Hi i have one little problem with one cgi script and i cant find why he don`t work
...
$date = `/bin/date`;
print "<br> Start </br>", "\n"; # // Line 0
print "<br> $date </br>", "\n"; # // Line 1
print "<br> Done </br>", "\n"; # // Line 2
...
the how program work only to Line 1 and then she stop ..
i cant find what is the problem and why "$date = `/bin/date`;"
dont work ... the "date" command work in my console and that is the corect link to her in just a perl script it`s working but in a CGI script dont ?
Cant someone help me .. i realy can`t find were is the problem Thenks !
...
$date = `/bin/date`;
print "<br> Start </br>", "\n"; # // Line 0
print "<br> $date </br>", "\n"; # // Line 1
print "<br> Done </br>", "\n"; # // Line 2
...
the how program work only to Line 1 and then she stop ..
i cant find what is the problem and why "$date = `/bin/date`;"
dont work ... the "date" command work in my console and that is the corect link to her in just a perl script it`s working but in a CGI script dont ?
Cant someone help me .. i realy can`t find were is the problem Thenks !