Help for this page

Select Code to Download


  1. or download this
    use List::MoreUtils qw(any);
    ...
    help() if any { $_ eq q{} } $server, $user, $database, $password, ... 
    +;