https://github.com/marfullsen/perl-tutorial
Intro to Perl 5.
https://github.com/marfullsen/perl-tutorial
Last synced: 9 months ago
JSON representation
Intro to Perl 5.
- Host: GitHub
- URL: https://github.com/marfullsen/perl-tutorial
- Owner: Marfullsen
- Created: 2022-10-12T15:24:15.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T15:39:26.000Z (over 3 years ago)
- Last Synced: 2025-02-27T07:13:29.932Z (over 1 year ago)
- Language: Perl
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Perl Tutorial
Simple tutorial from https://www.perltutorial.org/developing-the-first-perl-program/
## Install Perl
Using [chocolatey](https://chocolatey.org/install)
```choco install strawberryperl```