develooper Front page | perl.perl5.porters | Postings from October 1999

5.6 and sub sttributes

Thread Next
From:
Dan Sugalski
Date:
October 29, 1999 07:03
Subject:
5.6 and sub sttributes
Message ID:
3.0.6.32.19991029100638.00b6bd90@tuatha.sidhe.org
Are we going to be able to specify sub attributes using the new style

    sub bar : locked {}

with 5.6, or are we still stuck with the nastier

    sub bar {
        use attrs qw(locked);
    }

syntax?

					Dan

----------------------------------------"it's like this"-------------------
Dan Sugalski                            even samurai
dan@sidhe.org                           have teddy bears and even
                                        teddy bears get drunk

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About