Thanks,
Tom Dailey
Is there any reason, that you post your question to alt.comp.lang.perl
and not to comp.lang.perl.misc
comp.lang.perl.misc is much more visited than alt.comp.lang.perl and you
should get much more answers.
I never used File::Spec,
but shouldn't this work?
File::Spec->catfile( @directories, $filename. $Config{"_exe"} );
(Assumming $COnfig->{"_exe"} contains the extnsion with the 'dot'.
bye
N