Note that preferred email address is only when asked for.
This commit is contained in:
parent
71c0bd28aa
commit
ed0408840a
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ print "Email Address Type: ";
|
||||||
my $emailType = <STDIN>;
|
my $emailType = <STDIN>;
|
||||||
chomp $emailType;
|
chomp $emailType;
|
||||||
|
|
||||||
print "Preferred (0 or 1): ";
|
print "Preferred (0 or 1, leave blank (just hit return) if the supporter did not give opinion about it): ";
|
||||||
my $preferred = <STDIN>;
|
my $preferred = <STDIN>;
|
||||||
chomp $preferred;
|
chomp $preferred;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue