- or download this
# Minimum number of arguments that must be specified = 0
# Miminum number of arguments that must be passed = 1
sub f(_) {}
- or download this
# Minimum number of arguments that must be specified
sub get_min_require_params {
...
die("Unrecognized prototype\n");
}
}