https://github.com/fargelus/perl-learning
Educational Perl scripts
https://github.com/fargelus/perl-learning
Last synced: 2 months ago
JSON representation
Educational Perl scripts
- Host: GitHub
- URL: https://github.com/fargelus/perl-learning
- Owner: fargelus
- Created: 2018-11-04T16:59:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-23T05:53:50.000Z (almost 4 years ago)
- Last Synced: 2025-02-02T03:28:04.708Z (4 months ago)
- Language: Makefile
- Size: 239 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning-Perl
Educational Perl scripts## Mojolicious
*Start dev server*
```bash
perl app.pl daemon
```*Live dev server*
```bash
morbo app.pl
```