Brent Dax wrote: [...] > The code could look like this: > > (pull in hints file) > if(-e "Parrot/Config.pm") { > eval "use Parrot::Config"; > %c=%pConfig; > } > (etcetera) > > except that "Parrot/Config.pm" isn't portable to VMS.
Indeed "Parrot/Config.pm" isn't a valid filespec in VMS, but the VMS port of Perl handles it ok. Brad