Craig A. Berry [Mon, 2 Jul 2001 14:11:23 +0000 (09:11 -0500)]
Message-Id: <5.1.0.14.0.
20010702140058.01b6c9c0@exchi01>
p4raw-id: //depot/perl@11102
for my $d (@INC) {
use File::Spec;
$f = File::Spec->catfile($d, "unicode", @path);
+ next unless -f $f;
if (open($$rfh, $f)) {
last;
} else {