[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] FSpFileCopy Questions...



>At 22:14 -0700 1999.08.06, Rob Sirota wrote:
>>does it return MacOS
>>errors?
You can get at the system errors generated by toolbox calls by using the $^E variable

#!perl-w

LaunchApplication(InExistenT) or die($^E);