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