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


in reply to Perl Command Line Arguments

You could store the information in a file rather than passing it on the command line. It should be trivial to keep prying eyes out of private files. Just make sure that the Perl script deletes the file as soon as it gets the information it needs.