Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re^2: Module Naming Dilemma

by ihb (Deacon)
on Jan 22, 2005 at 17:54 UTC ( [id://424253]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      our $Customer = My::Company::Namespace::Customer::; # <--- trailing 
    +colons!
    
  2. or download this
      # Hi, this is written by me, the maintainer.
      do_something_with_class(Customer => \&callback);
      # Oops, I missed that Customer really was a
      # subroutine mimicing a bareword. *That* took a
      # while to figure out, huh!
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (6)
As of 2024-03-29 09:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found