Help for this page
my $send_now_button = $auth{'SEND'} && $status==1 && $approved && !$send_now ? qq( ...blah blah ...) : '';
my $send_now_button; if ( !$auth{'SEND'} ) { $send_now_button = ''; ... } } }