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


in reply to Re^3: Finding what args were passed to the perl interpretter ?
in thread Finding what args were passed to the perl interpretter ?

See my previous post: I was wanting the script to figure out if it was invoked using "-d:NYTProf". I like JavaFan's approach of checking if Devel::NYTProf->can("import") -- though obviously that's not ideal.

I was sort of hoping to answer the more general problem: some form of auto-populated $PERL5OPTS that I can use in much the same way as ${MAKE} in recursive makefiles. But the specific answer is good for now

--Dave
Opinions my own; statements of fact may be in error.