An open API service indexing awesome lists of open source software.

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

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