if ($upload eq "run") { ©_tftp_run; exit(0); } elsif ($upload eq "start") { ©_tftp_start; exit(0); } elsif ($upload) { print "\nYour destination choice for Uploads does not appear to be valid.\n\n" ; exit(1); }