mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 10:40:06 -08: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…
Add table
Add a link
Reference in a new issue