Help for this page

Select Code to Download


  1. or download this
        &printUsage && exit unless exists @{$args}{@mandatory_args};
    
  2. or download this
    &printUsage && exit if grep !$_, map { exists $args->{$_} }
                                     qw(user to_db to_sid to_site);