haukex / webperl

Run Perl in the browser with WebPerl!

Home Page:https://webperl.zero-g.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Regex Tester can produce "subroutine redefined" warnings

haukex opened this issue · comments

... if the Preamble Code contains subs. For example: https://www.perlmonks.org/?node_id=1225457

Is this really an issue? Both "no warnings 'redefine'" and use of coderefs / anonymous subs can mitigate the symptom. Nice project, btw.

Thanks! And no, it's not really an issue, I just wrote it up so that I remember to think about whether there might be an elegant solution, but most recently I was thinking to just leave it as it is.