On 16 Sep 2000 22:11:25 -0400, Chaim Frenkel wrote:

>BL>    sub min {
>BL>        my $min = shift;
>
>
>As I proposed, @_ would flatten the incoming arguments. 
>
>But a sub with a prototype (that includes a non-trailing '@') would then
>be able to see the raw arguments.

OK. As long as flattening a list is still easily achievable. That is one
of the things that makes Perl really different from most other
languages.

-- 
        Bart.

Reply via email to