Help for this page

Select Code to Download


  1. or download this
    use v5.36;
    use feature qw/switch/;
    ...
            default    { die "*** BUG: no handler for -$opt.\n"; }
        }
    }