joeframbach
07-06-2005, 06:58 PM
hello all!
i need to be able to access files on my R drive, or \\server\folder\
the problem, it seems, is that apache wont let it happen.
i found a solution on expertsexchange, but its one of those where you need a $10 subscription to see it, and i'm cheap. i can't find this problem anywhere else.
unless (open FIN,"<R:\\server.log") {
print "i just cant do it!";
}
i need to be able to access files on my R drive, or \\server\folder\
the problem, it seems, is that apache wont let it happen.
i found a solution on expertsexchange, but its one of those where you need a $10 subscription to see it, and i'm cheap. i can't find this problem anywhere else.
unless (open FIN,"<R:\\server.log") {
print "i just cant do it!";
}