Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^5: Pre/post subroutine assertions and documentation module?

by tobyink (Canon)
on Jan 12, 2012 at 21:52 UTC ( [id://947650]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      subtype 'SmallInt'
        => as 'Int'
        => where { $_ < 10 };
    
  2. or download this
    class Person
    {
    ...
    $bob->accept_gift($dog);         # ok
    Person::accept_gift($bob, $dog); # ok
    Person::accept_gift($dog);       # dies
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (4)
As of 2024-04-19 17:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found