my $is_ready = 1; $is_ready = 0 if $service->not_configured(); $is_ready = 0 if $service->payment->status() ne 'paid'; $is_ready ?= 'yes' : 'no'; print "

Service ready? $is_ready

";