blob: f7be0849eb1012675a0ce755b7adb8698cc6fd6a (
plain) (
blame)
1
2
3
4
5
6
7
|
Perl6::Subs is a source filter that adds a very useful subset of Perl
6 subroutine syntax to Perl 5. Given a subroutine defined with a Perl
6 prototype, the code generated by Perl6::Subs will, at runtime,
declare the formal parameters, assign them their values, and validate
their contents according to both built-in and user-given rules.
WWW: http://search.cpan.org/dist/Perl6-Subs/
|