[ABQ-pm] hooking up Python (or other) code from Perl?

Guinevere Liberty Nell liberty at unm.edu
Wed Oct 12 08:32:56 PDT 2005


Are you already using Inline?
http://search.cpan.org/modlist/Language_Extensions/Inline



On Tue, 11 Oct 2005, havoc wrote:

> I have a little web app I've written, and I'm in the process of putting
> in the "hooks" for plugins. I got to wondering what it would take to
> allow people to write plugins in non-Perl (I know several Python
> programmers who may be interested).
>
> The way I'm doing the plugs is to have an array of plugins, the plugins
> set up anonymous coderefs, which are called at the appropriate times.
> When a coderef is called, it is sent a hashref containing whatever code
> is appropriate.
>
> Is there a way to send the hashref information to a Python (or other)
> script/program, in a clean and elegant fashion? Will I need to create a
> Perl wrapper for other languages?
>
> Thoughts?
>
> thanks,
> j
> -- 
> http://www.RealizationSystems.com/ -- start communicating
> http://www.GalacticSlacker.com/ -- read it and weep
> http://www.NMPerspective.com/ -- a Southwest Perspective
> _______________________________________________
> Albuquerque-pm mailing list
> Albuquerque-pm at pm.org
> http://mail.pm.org/mailman/listinfo/albuquerque-pm
>


More information about the Albuquerque-pm mailing list