mirror of
https://github.com/pasky/brmelect.git
synced 2025-06-08 01:54:03 +02:00
Work with names.txt instead of names-sample.txt
This commit is contained in:
parent
8521ed8c6a
commit
c31d035e1a
2 changed files with 9 additions and 3 deletions
|
@ -7,7 +7,7 @@ use v5.10;
|
|||
use CGI;
|
||||
|
||||
our @names;
|
||||
open my $fh, "names-sample.txt" or die "$!";
|
||||
open my $fh, "names.txt" or die "$!";
|
||||
while (<$fh>) {
|
||||
chomp;
|
||||
push @names, $_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue