mirror of
https://github.com/correl/mage.git
synced 2024-11-25 03:00:11 +00:00
Update gen-card.pl
This commit is contained in:
parent
d280db4c11
commit
ab548cc01c
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ if (-e $authorFile) {
|
||||||
$author = 'anonymous';
|
$author = 'anonymous';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
open (DATA, $dataFile) || die "can't open $dataFile";
|
open (DATA, $dataFile) || die "can't open $dataFile";
|
||||||
while(my $line = <DATA>) {
|
while(my $line = <DATA>) {
|
||||||
my @data = split('\\|', $line);
|
my @data = split('\\|', $line);
|
||||||
|
|
Loading…
Reference in a new issue