in reply to Re^2: Finding what args were passed to the perl interpretter ?
in thread Finding what args were passed to the perl interpretter ?
As for your specific request, detecting -d:NYTProf, it may be done. One of the effects of -d:foo is that it loads Devel::foo, and calls Devel::foo -> import. You may want to try to mask Devel::NYTProf::import.
|
|---|