in reply to perl syntax help for ternary operator
$string =~ /^level[123]$/ ? "$string stage" : 'Edit' [download]