Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Wrong package used when method and package have the same name

by Anonymous Monk
on May 02, 2006 at 13:51 UTC ( [id://546890]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Example::Foo;
    
    ...
    }
    
    1;
    
  2. or download this
    package Example::Foo::One;
    
    ...
    }
    
    1;
    
  3. or download this
    my $one = Example::Foo::One->new('arg' => 'value');
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-04-25 14:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found