Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggy115/perl
Perl
https://github.com/eggy115/perl
eggy115 eggy115-always-win-and-never-lose perl perl-code perl-language perl-module perl-script perl-scripts
Last synced: 6 days ago
JSON representation
Perl
- Host: GitHub
- URL: https://github.com/eggy115/perl
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-03-26T15:43:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-14T14:46:46.000Z (over 1 year ago)
- Last Synced: 2024-12-28T13:50:20.432Z (15 days ago)
- Topics: eggy115, eggy115-always-win-and-never-lose, perl, perl-code, perl-language, perl-module, perl-script, perl-scripts
- Language: Perl
- Homepage: https://github.com/eggy115/perl
- Size: 185 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
README
# Perl
This is a collection of Perl scripts released under the GPL license. The scripts are intended to be useful for various tasks in system administration, data analysis, text processing, and other fields.
## Installation
To use these scripts, you need to have Perl 5 installed on your system. You can check your Perl version by running:
```
perl -v
```If you don't have Perl 5 installed, you can download it from [https://www.perl.org/get.html](https://www.perl.org/get.html) or use your operating system's package manager to install it.
## Usage
Each script in this repository is a standalone Perl program that can be run from the command line. To run a script, simply navigate to its directory and type:
```
perl scriptname.pl
```You can also pass command line arguments to the script, depending on its functionality. Refer to the script's documentation or source code to learn more about its usage.
## Contributing
If you would like to contribute to this repository, please fork it on GitHub and submit a pull request with your changes. We welcome contributions that fix bugs, add new features, improve documentation, or optimize performance.
Before submitting a pull request, please make sure your code follows the Perl coding style guidelines and passes all tests. To run the tests, navigate to the repository directory and run:
```
prove -r t/
```This will run all tests in the `t/` directory recursively.
## License
These Perl scripts are released under the GPL license. See the [LICENSE](./LICENSE) file for details.