sub sandbox { my ($this, $that) = @_; blarf($this) and mungle($that); # etc. } #### sub s&&box { my ($this, $that) = @_; blarf($this) && mungle($that); # etc. }