while (defined($ARGV[0])) { my $opt = shift; if($opt eq '-f') { my ($username, $domain) = split(/@/, shift); } else { die("Usage: \n"); }a }