Help for this page
my ($this, $a, $b) = @_;
sub convert (:$from, :$to, :$thing) { ... }
package Signatures; ... } } }
#!perl -l ... sub foo ($a, $b) { print $a; print $b } use Signatures;