Method declarations and signatures in Perl with no source filter!
use Method::Signatures;
method new ($class: %args) {
return bless {%args}, $class;
}
method get ($key) {
return $self->{$key};
}
method set ($key, $val) {
return $self->{$key} = $val;
}
Commercial Use
Modify
Distribute
Hold Liable
Use Trademarks
State Changes
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities
30 Day SummaryJan 15 2026 — Feb 14 2026
|
12 Month SummaryFeb 14 2025 — Feb 14 2026
|