Help for this page
# note: adjusted @EXPORT_OK in place of @EXPORT ... sub repl { print "&Orig::repl runs (O No!)\n" } 1;
package Repl; use warnings; ... sub newfunc { print "&Repl::newfunc runs $/"; } 1;