http://www.perlmonks.org?node_id=734900


in reply to Is there an andand for Perl like there is in Ruby?

you can obviously do this
say if ($_ = $shop-> ShopperDueDate-> day_name());
since the assignement operator in perl returns the assigned value