in reply to INIT {$SIG{__DIE__} and Getopt::Long

... { local $SIG{__DIE__}; GetOptions( ... ) or die ...; }

- tye