Subject: | Too verbose |
This is a nice module, but I find the code rather verbose. Here are
some suggestions to make it easier to read:
s/no warnings;sub Mo'import{/sub Mo'import{local\$\cW;/
(Yes, I mean use a literal control-W.)
s/no \$/no\$/
s/my\$p/\$p/
($p only ever holds a short string, so leaking it between invocations
should be OK.)