From a71c7d97e836376603945fc41279e6f687ec8519 Mon Sep 17 00:00:00 2001 From: Hauke D Date: Thu, 11 Oct 2018 13:30:06 +0200 Subject: [PATCH] Added some links --- notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/notes.md b/notes.md index 81a9893..3aa35a6 100644 --- a/notes.md +++ b/notes.md @@ -9,6 +9,16 @@ Notes - ========================= +Links +----- + +Other places I've written about WebPerl: + +- [Run Perl 5 in the Browser!](https://www.perlmonks.org/?node_id=1220426) +- [WebPerl Regex Tester (beta)](https://www.perlmonks.org/?node_id=1221705) +- [Embedding WebPerl Code Demos into Other Pages](https://www.perlmonks.org/?node_id=1223812) + + TODOs -----