To: jhi@iki.fi
Subject: Re: DomainPerl
Message-ID: <
19990409182137.A2299@euklid.auto.tuwien.ac.at>
p4raw-id: //depot/cfgperl@3223
unshift(@path, $direntry);
}
$path = '/' . join('/', @path);
+ if ($^O eq 'apollo') { $path = "/".$path; }
# At this point $path may be tainted (if tainting) and chdir would fail.
# To be more useful we untaint it then check that we landed where we started.
$path = $1 if $path =~ /^(.*)$/; # untaint