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.
| 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. |