- or download this
unless ($args =~ /\-rs(\s+)(\S+)/ && $args =~ /\-p(\s+)(\S+)/ && $args
+ =~ /\-P(\s+)(\S+)/) {
$args .= " --rs $str";
}
- or download this
if ($args =~ /\-rs(\s+)(\S+)/ || $args =~ /\-p(\s+)(\S+)/ || $args =~
+ /\-P(\s+)(\S+)/) {
// do nothing
} else {
$args .= " --rs $str";
}
- or download this
unless (! $args =~ /\-rs(\s+)(\S+)/ && ! $args =~ /\-p(\s+)(\S+)/ && !
+ $args =~ /\-P(\s+)(\S+)/) {
$args .= " --rs $str";
}