On Thu, Jun 16, 2005 at 12:12:48PM +0100, Steve Hay wrote:

> We could scan through $ENV{PATH} (before clearing it!) looking for 
> bcc3250mt.dll, but even then we can't copy it using system() quite as 
> easily as Cygwin because Win32 doesn't actually have a copy executable 
> -- it is built into the shell... which also doesn't have a predictable 
> name (cmd.exe, command.com) or location.
> 
> I gave up there :(

Does it need to be copied with system()? Using File::Copy would seem to be
acceptable in taint.t because it will run with miniperl (no XS)

Nicholas Clark

Reply via email to