Lines Matching refs:email
47 # --email=[email] Set email address to report as
75 use vars qw($name $email $desc $confopts $runtestopts $setupfile $mktarball
109 elsif ($ARGV[0] =~ /--email=/) {
110 $email = (split(/=/, shift @ARGV, 2))[1];
258 if($name && $email && $desc) {
284 if (!$email) {
285 print "please enter your contact email address\n";
286 $email = <>;
287 chomp $email;
312 print $f "email='$email'\n";
336 logit "EMAIL = $email";