On Friday, March 29, 2002, at 10:28 AM, Craig A. Berry wrote: > $ perl -"MFile::Spec" -e "print File::Spec->catfile( 'moretest', > 'quux' );" > [.moretest]quux > > This then has to be converted back to Unix syntax if we want add_file > to do the right thing with it.
Really? Doesn't open() expect its arguments in VMS syntax on VMS? add_file() just passes its argument to open(). -Ken
