3 ms·
Perl has the negated if statement: return unless fooOK; return unless barOK; return unless bazOK; # do something
by silvestrov 3mo ago
Perl has the negated if statement:
return unless fooOK;
return unless barOK;
return unless bazOK;
# do something