in reply to Re: perl wrapped in batch
in thread perl wrapped in batch

thanks to all who replied. with all your suggestions, I came up with this:
use lib split(';',$ENV{PATH});
which correctly finds the required packages. it ain't pretty (it includes alot of useless junk), but it works. thanks again. michael