Skip to content

DevelopersToolbox/perl-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.