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

[MacPerl] MacPerl 510b2r3 OSA and DBM files



The following script:

dbmopen(%myTest,"myTest",0644);
$myTest{1} = "firstValue";
dbmclose(%myTest);

produces the following error message:

"AnyDBM_File doesn't define a TIEHASH method"

when run as an OSA component script (in Script Editor). It runs fine, of course, in 
MacPerl.

Am I expecting too much too soon?

Thanks,

Bill