Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^6: RFC: Simulating Python's @decorators in Perl with Attributes (exporting attributes)

by LanX (Saint)
on Jun 02, 2013 at 20:03 UTC ( [id://1036619]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    package Foo;
    ...
    }
    
    1;
    
  2. or download this
    #!/usr/bin/perl 
    use strict;
    ...
     
    my $tst2 :Sorted;
    print "done\n"
    
  3. or download this
    package Foo;
    use strict;
    ...
      print "all sorted"
    }
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (5)
As of 2024-04-24 08:34 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found