Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re^3: Overridding subroutines called in private subroutines

by TGI (Parson)
on Oct 06, 2008 at 17:16 UTC ( [id://715626]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    {   package Foo;
        # Foo stuff
    ...
        # This function is main::MainFunc.
    }
    
  2. or download this
    package Foo;
    {    # Foo stuff
    ...
    package main;
    
    # back in main.
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print "Foo::Bar: ", Foo::Bar->method, "\n";
    print "Foo:      ", Foo->method, "\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-23 18:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found