Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^5: RFC: Simulating Python's @decorators in Perl with Attributes

by Arunbear (Prior)
on Jun 02, 2013 at 18:32 UTC ( [id://1036610]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Foo.pm
    package Foo;
    ...
    my Foo $tst1 :Sorted;
    my $tst2 :Sorted;
    print "done\n";
    
  2. or download this
    Invalid SCALAR attribute: Sorted at /home/arun/attr.pl line 8.
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1036610]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (6)
As of 2024-04-25 12:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found