in reply to Re: A thought about usability in Perl and Linux in general.
in thread A thought about usability in Perl and Linux in general.

In the Unix world, invoking the command without parameters generally makes it choose a set of well-documented defaults.

Prompting for parameters is also reasonable, but if you do that, please check that STDIN is a tty using the -t test.