Y'all, Can someone give me the quick rundown on how to use properties from Mac::Glue?
For example, I'm using the Finder. How do I find the name of the startup disk? In AppleScript it is: tell application "Finder" return Startup Disk as text end tell What would the be in Mac::Glue? I've tried playing around with $glue->prop, $glue->get, and $glue-obj and I can seem to get the name out. I suppose part of my problem is that I'm not really sure what $glue->prop, $glue->get do, and how they differ. Does anyone have an tips? Thanks, Andrew --