Skip to content
This repository was archived by the owner on Nov 24, 2025. It is now read-only.

Latest commit

 

History

History
55 lines (50 loc) · 3.76 KB

File metadata and controls

55 lines (50 loc) · 3.76 KB

DevelopersToolbox logo
Github Build Status License Created
Release Released Commits since release

Overview

This is a collection of useful(ish) Perl snippets. The snippets are all simple self-contained pieces of code (a class or subroutine), but non of them are large enough to require having a repository in their own right.

Perl Snippets

Name Description
complex-threads.pl A full featured implementation of Perl Threads.
simple-threads.pl A simple implementation of Perl Threads.
slack.pl Send a simple message to a specific channel in Slack.
timeout-threads.pl A simple implementation of Perl Threads with thread timeouts.