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


in reply to Re: Active perl Perlapp problem
in thread Active perl Perlapp problem

Does adding ** fix it ?

Replies are listed 'Best First'.
Re^3: Active perl Perlapp problem
by harryC (Sexton) on Aug 21, 2018 at 09:15 UTC
    No it did not but i changed the code to Date::Manip so my problem is solved
    Thank for your help
    use Date::Manip::Date; my $obj = new Date::Manip::Date; $obj->parse('2017-07-20T06:43:50.330Z'); my $obj1 = new Date::Manip::Date; $obj1->parse('2018-08-20T06:46:56.147Z'); my $delta = $obj1->calc($obj);