http://qs321.pair.com?node_id=1220799


in reply to Active perl Perlapp problem

Sometimes when you have something like this:
use DateTime::Format::ISO8601; use DateTime::Format::Strptime;
You need these statements before that also:
use DateTime; use DateTime::Format; #maybe even this also
I prefer to add use statements to the source code rather than adding options to the perlapp command.

Update: BTW I prefer the PerlApp GUI instead of the command line. Type "perlapp" with no parameters to start it.