Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Plugin based Perl app

by chromatic (Archbishop)
on Apr 25, 2000 at 08:14 UTC ( [id://8884]=note: print w/replies, xml ) Need Help??


in reply to Plugin based Perl app

The tricky part is writing the interface. (That's what I'm working on with Jellybean right now. Another project on a more compliated kick is Iaijutsu.) A couple of tricks I'm using are references to subroutines, blessed references to subroutines, and building subroutines dynamically.

You can bless an array with the function name, a description, and a reference to the function, and just deal with those. Assuming you provide access to things like DBI and CGI for all objects, there's no theoretical limit on what you can build.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-26 06:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found