Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to discover how to use App::Cronjob, and in the process I've stumbled across a problem with the dependency Getopt::Long::Descriptive. I thought that calling the run method of App::Cronjob with no arguments, would allow me to follow how App::Cronjob was working, so that I could make some documentation to give to another person. Instead of G::L::D generating a usage message, I am getting problems with symbolic references (perl 5.10.0 on Debian/unstable). I don't understand the process of generating the usage message. In particular:
If I turn off strict in G::L::D just before this statement, I get an undeclared subroutine ($main::1).sub text { shift->(1) }
But if someone could comment on the usage message process for G::L::D, that would be wonderful. Thanks.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Usage message, and App::Cronjob
by almut (Canon) on Jun 11, 2009 at 21:14 UTC | |
by Anonymous Monk on Jun 12, 2009 at 00:03 UTC | |
by Anonymous Monk on Jun 12, 2009 at 01:31 UTC | |
|
Re: Usage message, and App::Cronjob
by rjbs (Pilgrim) on Jun 12, 2009 at 18:41 UTC |