----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
shoot i should have sent this to all in the first place!
$return=system ("cp $EntryFile $_[0]");
if ($return ==0) #means it went ok
{
print "source file $EntryFile copied to $_[0]\n ";
&good;
}
else
{
&errors;
}
is one way
$foo=`pwd`; notice its the ` not '
print $foo;
is another if you need info out
the prob w starting apache of course is it must be started as root!
so there are some perm issues i have not ever tried etc
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]