- or download this
say $shop->ShopperDueDate->andand->day_name();
- or download this
say $shop->ShopperDueDate->?->day_name();
- or download this
say $shop->ShopperDueDate->&&->day_name();
- or download this
say $shop->ShopperDueDate->day_name() if $shop->ShopperDueDate;