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!