_spitFIRE wrote:
  When I don't know where apache is installed, how do I do this? I was asking
for a way to write a perl script that would give me the version of apache
installed, if possible!


use Apache2::ServerUtil;
$version = Apache2::ServerUtil::get_server_version()

hth,
John

Reply via email to