What are you working on? - Programming On Unix
Users browsing this thread: 49 Guest(s)
|
|||
Most programs I make that need command line arguments are normally Perl scripts, so I use Getopt::Long, which lets you specify long names (e.g. '--title="foo"') which then automatically allows short arguments too (e.g. -t "foo"), so I've come to appreciate this style.
|
|||