From 09bd3384e2b7cd5fe111b22d57393f8b686e3dca Mon Sep 17 00:00:00 2001 From: Hauke D Date: Sat, 2 Mar 2019 12:01:22 +0100 Subject: [PATCH] Closed #9 by downgrading it to a code comment :-) --- web/regex_tester.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/regex_tester.html b/web/regex_tester.html index 0b90168..945ff44 100644 --- a/web/regex_tester.html +++ b/web/regex_tester.html @@ -116,6 +116,10 @@ sub pp { Data::Dumper->new([@_])->Useqq(1)->Terse(1)->Pair('=>') our $RUN_CODE_IN_IFRAME=0; +# Possible To-Do for Later: Subs in preamble code produce "subroutine redefined" warnings. +# I could think about whether there's a decent way around that. +# Example: https://www.perlmonks.org/?node_id=1225457 + my $run_code_body = <<'END_CODE'; my (@warns,@output);