Hi everyone!
Is there a function in Perl which is similar to the following
getServletContext().getRealPath("/filepathInContext")
which is in Java?
The getRealPath method returns a String containing the real path for a given virtual path .
I can't seem to find one.
Any help would be much appreciated.
TIA.