2760 projects tagged "Perl"
A3Com is a set of Perl modules and utilites which use SNMP to manage 3Com switches, such as SS3900s, SS9300s, and CoreBuilders. Tools included will search/dump/store bridge tables, ARP tables, retrieve system info, save and restore configurations in batch mode, upload new software in batch mode, change passwords, reboot switches, dump VLAN configurations, and more.
acmemail is a multiuser IMAP/POP3 to Web gateway (or webmail program). It reads mail from a mail server and displays it using HTML on a web server. It is written in Perl, has full support for MIME (and mod_perl), is quite pretty, and is GPL'd or distributed under the Perl Artistic License.
AFT (Almost Free Text) is a document preparation system. It is mostly free form, meaning that there is little intrusive markup; AFT source documents look a lot like plain old ASCII text. It has a few rules for structuring your document, more to do with formatting your text than embedding lots of commands, and it produces all types of output (HTML, XHTML, LaTeX, roll-your-own XML, etc.). All that needs to be done is to edit a rule file. You can even customize your own rule files for specialized output.
Agora is a Web-based, threaded discussion tool, similar to Usenet newsgroups. Agora remembers each user's preferences, and allows threaded, unread-only browsing. It offers the ability to manage several different groups, with different themes, forums, and administrators for each group. Agora offers a basic Web-based ICQ client, as well as a Web-based notes system.
IMIRC is an AOL Instant Messenger to IRC gateway. It connects to an IRC network as an IRC server, so it requires a local ircd to run. IMIRC creates nicknames for AIM users as they sign on, and converts HTML codes, which are used by AIM for formatting, to IRC's control code equivalents. Please note that you must either have your own working IRC server or you must find someone willing to let you link to theirs.
Interchange is an advanced e-commerce platform. It enables you to build completely customized and flexible online shops, while utilizing the knowledge gathered in more than a decade of active development. It offers high level e-commerce functions, support for PostgreSQL, MySQL, and Oracle, templating, a complete shopping cart functionality, payment processing, inventory, tax and shipping calculation, discounts, Web-based administration, localization, event routing, SOAP-based RPC, a custom tag language, and the full power of Perl.
Algorithm::Diff is a Perl module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix `diff' program. It is guaranteed to find the smallest possible set of differences.
Alzabo is a two-fold program. Its first function is as a data modelling tool. Through either a schema creation interface or a custom Perl program, it allows a programmer to create a set of schema, table, column, etc. objects that represent a data model. Alzabo is also capable of reverse engineering an existing data model. Its second function is as a RDBMS-to-object mapping system. Once you have created a schema, you can use Alzabo classes to access its data. These classes offer a high-level interface to common operations such as SQL SELECT, INSERT, DELETE, and UPDATE commands.