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

ehdonhon's scratchpad

by ehdonhon (Curate)
on Jun 04, 2004 at 17:59 UTC ( [id://361020]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        package A;                 
        sub foo { print "called A::foo\n"; shift->NEXT::UNSEEN::foo() }
    ...
    package ::;
    
    E->foo();
    
  2. or download this
    #!/usr/local/bin/perl
    use NEXT;
    ...
    package ::;
    
    GRANDCHILD->traverse();
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found