Help for this page

Select Code to Download


  1. or download this
    sub parse_command_line {
        my ($opt_backlink,...,$opt_verbose);
    ...
        usage("-", "invalid parameters") if not $result;
        ...
    }