Andrei Pelinescu-Onciul writes:
They are looked twice but only at startup (fixup for the script and the modules) so there shouldn't be any runtime performance hit because of this.
if i write in my script somewhere
$avp("fd") = "foo";
and in some other place reference $fd, how can double lookup during runtime be avoided?
-- juha