"./"
Seems to work on everything I've encountered, but I have a hunch that it is risky on some systems?
Given a script is in root, and there is a directory "foo" below it - how risky is:
$foo ="foo";
$file ="rocks.txt";
$fp ="./$foo/$file";
open(FILE "<$fp");
(I wonder about NT and Macs)...