in reply to undef a Module
As for undef, each module will probably have its own procedure for undef or exit, so check that module's documentation to see how its done. There's a lot of modules that don't have a method for undef, but if you're using subs, you may not need to undef them.
|
|---|