Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Overridding subroutines called in private subroutines

by skazat (Chaplain)
on Oct 05, 2008 at 02:55 UTC ( [id://715405]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
    
    package MyMLH; 
    ...
        return "PONIES!"; 
    }
    
  2. or download this
     
    use MyMLH; 
    print MyMLH::absURL;
    
  3. or download this
     
    
    sub MIME::Lite::HTML::absURL($,$){
    
  4. or download this
     
    
    sub parse () { 
    ...
        private_sub(); 
    
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-03-29 06:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found