in reply to perl vs she-bang perl
2) Can I determine what options were passed to 'perl' for the former or what options were on the she-bang line for the latter?
It requires using an external command (eg.): wmic process where ProcessId="$$" get commandLine
Or via Win32::API or Inline::C
|
|---|