in reply to Re: german nouns gender
in thread german nouns gender
($a,$b)=split/ /,$data[$num];
It's generally a bad idea to use $a and $b a general variables in Perl programs. They are special variables that are used in sort routines and that's the only place where they should be used.
"The first rule of Perl club is you do not talk about
Perl club."
-- Chip Salzenberg
|
|---|