in reply to Re: getting the exact string used to call a perl script
in thread getting the exact string used to call a perl script

You should be able to read the full command line from /proc/$PID/cmdline
But only after the shell processing the quotes. What you'll see in /proc/$PID/cmdline are the things passed in execve, separated by NUL characters.
Perl --((8:>*
  • Comment on Re^2: getting the exact string used to call a perl script