http://www.perlmonks.org?node_id=286983

hotshot has asked for the wisdom of the Perl Monks concerning the following question:

Is there in Perl a #ifndef mechanizm like in C for example. I have some scripts that are sharing the same modules or does do to the same scripts, and I'm getting xxx redefined in yyy.. warnings, and of course I want to avoid that.

Hotshot