in reply to Help - Citrix Metaframe
I would bet you're really not getting a useful hashref, but rather an OLE object; you can iterate through the hashref (keys %$hasref) to confirm this. I would check the documentation, you'll likely have to call another method to access the actual data returned, something like $oPolicy->GetValue(), or even $oPolicy->Something->GetValue().