NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Full Access, My Access (Score:2)
The AppleScript, however, does not (yes, one could say Perl is more portable than AppleScript, even between Mac OS and Mac OS X
Re:Full Access, My Access (Score:2)
The article was to show the SOAP interface. Certainly, I'd personally write the entire thing in Perl, except that I'd have to call
to launch the user's preferred browser, and perhaps to get the temporary area if I didn't just want to use /tmp.
However, the SOAP interface between the AS side and the Perl side was very nice. Th
Re:Full Access, My Access (Score:2)
I do realize that it was more just an example of interaction, and not "you should do it this way," I was pointing this out merely because th
Re:Full Access, My Access (Score:1)
You'd want to use NSWorkspace, but I'm not sure if PerlObjCBridge wraps AppKit classes - I had the impression that it didn't. Here's how you'd do it in CamelBones:
NSWorkSpace->sharedWorkspace->openFile($htmlfile);
Reply to This
Parent