Earlier quoted context omitted.
> proper function arguments my ($a, $b, $c) = @_; # this works Or I can do things like my ($first, @rest) = @_; giving me features which require all manner of annoying syntax in Python. > exceptions http://search.cpan.org/~nilsonsfj/Error-TryCatch-0.07/lib/Er... or just eval and see what the output is. > objects Edit: I was being an asshole Perl has a decent object system out of the box and Moose for those times when…
> giving me features which require all manner of annoying syntax in Python def foo(first, *rest): vs sub foo{ my ($first, @rest) = @_; ?
func set (Str $key, Int $val) {