Help for this page

Select Code to Download


  1. or download this
    # Conditionally use Modules based on outFormat
    for ( $config{outFormat} ) {
    ...
            die $@ if $@;
        }
    }