An IEEE Std 1003.1 compliant shell parsing library.
The library does not execute, nor interpret, shell code. It merely scans an input stream and parses tokens, delegating intepretation to the caller. An event driven approach is taken, using callbacks to notify the caller of tokens.
The network-address library provides data structures for IP addresses as well as sub-networks. The goal is to have a generic, fast and complete library for representing network addresses in binary or textual form.
SQL::Stash is a simple query library for SQL statements. SQL statements are populated at the class level. SQL::Stash objects prepare these statements as late as possible (i.e. before they are executed).
SQL::Stash is in concept very similar to Ima::DBI, but differs by having instance-specific
... [More] database handles and statements, and by supporting externally defined database handles. [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy