Help for this page
#!/usr/bin/perl use warnings; use strict; ... my $dt = $datec->delta_days($dateref); say $dt->in_units('days');