>>>>> "drieux" == drieux  <[EMAIL PROTECTED]> writes:

    drieux> "Currently Perl subroutines have fairly limited support for
    drieux> formal parameter lists. You can specify the number of
    drieux> parameters and their type, but you still have to manually
    drieux> take them out of the `@_' array yourself.

    drieux> does [coding] this still make sense?

Yep.  So much sense, in fact, that someone's already done it.  Have a
look at Perl6::Parameters, on the CPAN.  It works as you'd imagine -
just uses Filter::Simple with regexps to transform sub definitions.

- Chris.
-- 
$a="printf.net"; Chris Ball | chris@void.$a | www.$a | finger: chris@$a
As to luck, there's the old miners' proverb: Gold is where you find it.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to