Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chazmcgarvey/talk-event-driven-programming-in-perl
Talk I gave at The Perl Conference in SLC on 2018-06-18
https://github.com/chazmcgarvey/talk-event-driven-programming-in-perl
event-driven perl talk
Last synced: 23 days ago
JSON representation
Talk I gave at The Perl Conference in SLC on 2018-06-18
- Host: GitHub
- URL: https://github.com/chazmcgarvey/talk-event-driven-programming-in-perl
- Owner: chazmcgarvey
- Created: 2018-06-18T21:15:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-18T21:35:28.000Z (over 6 years ago)
- Last Synced: 2024-11-09T06:28:03.306Z (3 months ago)
- Topics: event-driven, perl, talk
- Language: CSS
- Homepage: https://chazmcgarvey.github.io/talk-event-driven-programming-in-perl/
- Size: 2.37 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slides for "Event-driven Programming in Perl"
This directory contains the slides for my talk entitled "Event-driven Programming in Perl".
The slides were written in [Markdown](https://daringfireball.net/projects/markdown/) format and can be rendered with
[remark](http://remarkjs.com/).## Options
To view the slides:
make run
To build a PDF version of the slides:
make pdf