Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: calling perl functions from javascript

by john_oshea (Priest)
on Jan 27, 2007 at 12:46 UTC ( [id://596869]=note: print w/replies, xml ) Need Help??


in reply to calling perl functions from javascript

Application.doScript appears, at first glance, to be a possibility. From the documentation (for InDesign CS2, but I'd imagine Photoshop to be similar):

    Runs a script. The script can be either a file or a string.

The obvious downside to this is that it will only run AppleScript, JavaScript or VBScript scripts, not any arbitrary language. That said, you could probably hack something together on a Mac by calling an AppleScript which then called your Perl code directly. Passing data back and forth would probably be best described as 'icky', but it should be possible. I'm not sure if VBScript has similar external access for Windows systems.

Hope that helps.

  • Comment on Re: calling perl functions from javascript

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://596869]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-19 01:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found