sub simple { my( $this, $that, $other )= @_; #### sub complex { my $this= shift(@_); my $that= shift(@_); my $other= shift(@_); #### sub pretty { my $first= shift(@_); my $second= shift(@_); my $optional= shift(@_);