Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

RFC: Lexcically scoped methods, a toy example

by dcmertens (Scribe)
on Jun 11, 2013 at 21:25 UTC ( [id://1038345]=perlmeditation: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #lexical-methods-test.pl
    use strict;
    ...
    
    # Kaboom!
    $obj->bar;
    
  2. or download this
    # Bar.pm
    use strict;
    ...
    }
    
    1;
    
  3. or download this
    # Foo.pm
    use strict;
    ...
    }
    
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlmeditation [id://1038345]
Approved by Corion
Front-paged by Arunbear
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-03-28 16:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found