if($some_var eq 'X') { $this_var = 'Run using X format'; } else { $this_var = 'Run using standard format'; }