I'm working on a system to scan an internal network to get the names associated with every host. Most networks are scannable using NetBios and that will be the primary scan method. However, there could be any number of techniques used to find names for the hosts. Some of these methods are bound to become apparent after the fact.
As a result, I wanted to make the program easily extensible. I was hoping to have some kind of plugin system. Each plugin would define certain standard methods which would be called by the main program. The program would search for the plugins or load the list of plugins from a conf file. It would call the scan() method of each module and then integrate all the results.
It seems to me that some kind of custom import function would be the way to go. Unfortunately, I am no typeglob wizard. What is the right way to do this?
An 8 bit man in a 32 bit world.
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.