I want to modify the command line of a Perl program when it is viewed from 'ps'.
I realise I can change $0, but that only changes the program name which is not what I want. My program optionally takes a DB connect string on the command line and I was hoping to hide it from the world.