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