Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/developerstoolbox/perl-snippets

A collection of Perl snippets.
https://github.com/developerstoolbox/perl-snippets

perl perl-snippets snippets wolfsoftware

Last synced: 23 days ago
JSON representation

A collection of Perl snippets.

Awesome Lists containing this project

README

        



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](src/complex-threads/complex-threads.pl) | A full featured implementation of Perl Threads. |
| [simple-threads.pl](src/simple-threads/simple-threads.pl) | A simple implementation of Perl Threads. |
| [slack.pl](src/slack/slack.pl) | Send a simple message to a specific channel in Slack. |
| [timeout-threads.pl](src/timeout-threads/timeout-threads.pl) | A simple implementation of Perl Threads with thread timeouts. |