Bernie Cosell schreef op 05 december 2001:
> Meta-question: since Perl is content to try to *call* '&main::;' is there
> some trickery to *DEFINE* such a subroutine?  For example, trying:
>    main:: { die; }
> gets you what I would have expected in the '..&' case: a syntax error for a 
> missing subroutine name.

perl -e'*;=sub {1}; print &;'

Eugene

Reply via email to