in reply to Re^2: Difference between executing and "using" a .pm file
in thread Difference between executing and "using" a .pm file
I'm using it regularly to run various tests when developing a module.
Like this I can always hit F5 in my editor, no matter in which file of a project I am.
And the current test-procedure is on top of my module in an
unless (caller()) { BLOCK }
Like this I don't need to always change a different make file to test the function I'm currently changing.
Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Difference between executing and "using" a .pm file
by Marshall (Canon) on Mar 30, 2021 at 20:09 UTC | |
by LanX (Saint) on Mar 30, 2021 at 21:59 UTC |