in reply to need advice on conditionals
if ($action eq 'new') {{ if (!$name) { &print_error; last; } &code_to_create_new(); }} [download]