I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2012-01-19 19:00:21.675004-08 by kerisman in response to 13606
Re: sub command dispatching confusion
It's based on inheritance. My::Queue::Command::Property::List and My::Queue::Command::Property::Set both inherit from My::Queue::Command::Property, so CLIF knows they're subcommands. CLIF reads the symbol table to find this information. It has nothing to do with class names (the names line up in the example only because common class naming convention is being followed).
Direct Responses: 13613 | Write a response