Browse free open source Perl Libraries and projects below. Use the toggles on the left to filter open source Perl Libraries by OS, license, language, programming language, and project status.

  • Stay in Flow. Let Zenflow Handle the Heavy Lifting. Icon
    Stay in Flow. Let Zenflow Handle the Heavy Lifting.

    Your AI engineering control center. Zenflow turns specs into shipped features using parallel agents and multi-repo intelligence.

    Zenflow is your engineering control center, turning specs into shipped features. Parallel agents handle coding, testing, and refactoring with real repo context. Multi-agent workflows remove bottlenecks and automate routine work so developers stay focused and in flow.
    Try free now
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • 1
    Hacker Scripts

    Hacker Scripts

    Based on a true story

    Hacker Scripts is a cheeky collection of small automation scripts and language ports collected under the tagline “Based on a true story.” The repository gathers playful utilities (originally shell and Ruby scripts) that automate short, real-world tasks — for example, sending a quick “late at work” text when SSH sessions are active, firing off an automated “I’m sick / working from home” email on certain mornings, or even talking to a networked coffee machine to start brewing at precisely the right moment. The README explains the origin story and highlights several canonical scripts and provides usage notes such as required environment variables and cron examples for scheduling. Contributors have provided implementations and ports in many languages and folders (shell, Ruby, Python, Node, Perl, PowerShell, Go, Java, etc.), and the project explicitly welcomes pull requests that add additional language implementations.
    Downloads: 83 This Week
    Last Update:
    See Project
  • 2
    Open source DKIM library, MTA filter implementation and associated tools.
    Leader badge
    Downloads: 207 This Week
    Last Update:
    See Project
  • 3
    pcsc-tools

    pcsc-tools

    Some tools to be used with smart cards and PC/SC

    pcsc-tools is a suite of tools used to test smart cards and PC/SC drivers. It provides utilities like pcsc_scan to monitor smart card readers and scriptor to send commands to smart cards, aiding in development and troubleshooting.
    Downloads: 22 This Week
    Last Update:
    See Project
  • 4
    Intel(R) RDT Software Package

    Intel(R) RDT Software Package

    User space software for Intel(R) Resource Director Technology

    Intel CMT CAT is a user-space software package providing support for Intel's Resource Director Technology (RDT). It offers tools and libraries to monitor and control cache allocation and memory bandwidth.​
    Downloads: 5 This Week
    Last Update:
    See Project
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 5
    Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to more than 15 programming languages are available. An easy to read introduction article and a reference manual accompanies the library with examples and recommendations on how to use the library. Several graphical user interfaces are also available for the library.
    Downloads: 28 This Week
    Last Update:
    See Project
  • 6
    Learning-SICP

    Learning-SICP

    Collection of Chinese cultural projects and course learning materials

    Learning-SICP is a community project that localizes the MIT course “Structure and Interpretation of Computer Programs” (SICP) and curates complementary study materials for learners, especially Chinese-speaking Scheme/Lisp students. It focuses on translating the official lecture subtitles into Chinese while preserving the original English content for reference, providing an approachable path to a classic foundational course in computer science. The repository organizes translated subtitles, lecture indices, and supporting documents so learners can follow along with the full video series and consult the book and related readings as they study. Beyond subtitles, it aggregates links to the SICP text, environment setup guides, extended exercises, and FAQ resources to smooth first-time setup and deepen understanding of the material.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 7
    centreon-plugins

    centreon-plugins

    Collection of plugins to discover and gather cloud-to-edge metrics

    Centreon Plugins is a collection of standard plugins to discover and gather cloud-to-edge metrics and status across IT infrastructure. It is a free and open-source project to monitor systems and can be used with Centreon and all monitoring software compatible with Nagios plugins.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 8
    Linode Longview

    Linode Longview

    Linode Longview Agent

    Linode Longview is a system-level statistics collection and graphing service powered by an open-source agent that can be installed on any Linux system. It collects system statistics and sends them to Linode, where the data is stored and presented in meaningful ways.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    STATPerl (Statistics with Perl) is a free Statistical Software based on Perl. Perl source codes for various statistical analysis are given with it. User can add new analysis and edit existing one. An inbuilt Perl IDE comes with it.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Total Network Visibility for Network Engineers and IT Managers Icon
    Total Network Visibility for Network Engineers and IT Managers

    Network monitoring and troubleshooting is hard. TotalView makes it easy.

    This means every device on your network, and every interface on every device is automatically analyzed for performance, errors, QoS, and configuration.
    Learn More
  • 10

    Recursive LDD

    Recursive implementation of List Dynamic Dependencies (LDD)

    Recursive LDD (recursive-ldd) is a Perl script that allows displaying a tree-like hierarchy of shared library dependencies. The script calls on the standard Linux ldd utility in a recursion for every listed binary and library. It completes running when no matches are found in the current branch. It can also print unique values only as well as environment variables that affect the loading of libraries: LD_LIBRARY_PATH and LD_PRELOAD. Same limitations to standard ldd apply. Recursive-ldd cannot check libraries without read permissions.
    Leader badge
    Downloads: 4 This Week
    Last Update:
    See Project
  • 11
    MMAP

    MMAP

    Multi-core Method for Analysis Pipelines

    For more information, please see home page.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    Asmosis

    Asmosis

    A set of tools related to assembly language programming.

    Project Asmosis provides a set of tools related to assembly language programming. The tools include: - the Asm::X86 Perl module, - AsmDoc - an HTML documentation generator for assembly language, - Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/), - converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as, - converters from C/C++ header files to assembly language header files, - make4fasm - a Makefile generator for fasm, - Linux-2.6 kernel module helpers for fasm and NASM, - macros for Autoconf (https://www.gnu.org/software/autoconf/), - pieces of code that may be useful for starting developing a simple operating system. See the project homepage https://asmosis.sourceforge.io and the project Wiki in the menu above.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    Acme::Ghost

    Acme::Ghost

    An yet another view to daemon processes

    This module extends the functionality of CTK::Daemon
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Acrux

    Acrux

    Southern crucis constellation for your applications

    This is CTK library of the next generation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Authen::Simple::WebForm - Perl library for simple authentication against existing web based forms using Authen::Simple framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    An experimental CEP (Complex Event Processing) engine. It implements the event stream processing as a library embeddable in C++ and Perl. Since then it has been renamed to Triceps, so please look at the new location https://sourceforge.net/projects/t
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    CSI-Math-Notation-PostfixInfix

    CSI-Math-Notation-PostfixInfix

    Perl Lib Math Notation

    * Introduction: - This Module is a Library based Perl code. - The library provide: - Convert INFIX expressions to POSTFIX; - Convert POSTFIX expressions to INFIX and; - Perform POSTFIX context validations. - Context validation can be implemented in item selection routines or data context validation, when it is possible to identify data to be selected or ignored in some data analysis process. * NOTE: - Before any implementation, we recommend details in WIKI (https://sourceforge.net/p/csi-math-notation-postfixinfix/wiki/) or the CPAN Perl Modules, see: https://metacpan.org/pod/Math::Notation::PostfixInfix * Support: The Support Service is FREE. Do you need support? Open a ticket and I will get back to you as soon as possible. * Professional Services: Do you need any FREE professional services to use? Open a ticket as "FAQ request" and I will get back to you as soon as possible. i.e: subject:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    CSI-SQL-SimpleOps

    CSI-SQL-SimpleOps

    Perl Lib Database Connector

    * Introduction - This Module is a Library based Perl code. - The library build and execute SQL command on databases. * NOTE: - Before any implementation, we recommend details in WIKI (https://sourceforge.net/p/csi-sql-simpleops/wiki/) or the CPAN Perl Modules, see: https://metacpan.org/pod/SQL::SimpleOps * Support: The Support Service is FREE. Do you need support? Open a ticket and I will get back to you as soon as possible. * Professional Services: Do you need any FREE professional services to use? Open a ticket as "FAQ request" and I will get back to you as soon as possible. i.e: subject: [FAQ] connect mysql db
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This module for DBIx::Class::Random provide selection random row from table.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DBox2::Client perl modules for controlling a dbox2
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DotDotPwn

    DotDotPwn

    DotDotPwn - The Directory Traversal Fuzzer

    DotDotPwn is a flexible and intelligent fuzzer designed to discover directory traversal vulnerabilities in various software, including HTTP, FTP, and TFTP servers, as well as web platforms like CMSs and ERPs. It supports multiple protocols and can be used in scripting environments.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Filebuster

    Filebuster

    An extremely fast and flexible web fuzzer

    Filebuster is an extremely fast and flexible web fuzzer designed for content discovery. Written in Perl, it utilizes efficient HTTP handling to quickly identify hidden files and directories on web servers, aiding in security assessments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Getopt::Euclid is a Perl module that uses your program's own documentation to create a command-line argument parser. This ensures that your program's documented interface and its actual interface always agree. Only development code is hosted on this Sourceforge webpage. Download releases of Getopt::Euclid from CPAN: http://search.cpan.org/dist/Getopt-Euclid/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Perl OO extension to ease creation of structured data output (html tables, csv files, excel spreadsheets, etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Install Perl Module Script : Free Script to Install Perl modules to our system. This is an automated script developed in Perl to install Perl modules and all of its dependent modules with in a single step. Geo Varghese
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • Next