Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/developerstoolbox/perl-snippets
- Owner: DevelopersToolbox
- License: mit
- Created: 2023-12-21T15:40:52.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-25T04:57:43.000Z (about 1 month ago)
- Last Synced: 2024-11-25T05:26:20.766Z (about 1 month ago)
- Topics: perl, perl-snippets, snippets, wolfsoftware
- Language: Perl
- Homepage:
- Size: 99.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
## 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. |