Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
StuveFAU
mailverteiler
Commits
e75f38c9
Commit
e75f38c9
authored
Aug 31, 2018
by
Lorena Kretzschmar
Browse files
newlist.pl: support multiple owners
parent
65d47fb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
newlist.pl
View file @
e75f38c9
...
...
@@ -26,6 +26,7 @@ open(my $TARGET, ">$target") or die $!;
my
$owner
;
print
"
owner >
";
chomp
(
$owner
=
<
STDIN
>
);
$owner
=~
s/ ?[,;\/] ?/','/g
;
my
$description
;
print
"
description >
";
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment