http://qs321.pair.com?node_id=500310


in reply to Weird Perl Rule I'm Probably Not Following

Your code contains several errors, which is to be expected of someone new to perl, it's $array[fieldnum] not @array[fieldnum] - add "use warnings;" and "use strict;" and you'll find several more (see Use strict warnings and diagnostics or die for more). A bigger question in my mind is why can't you use modules?

"Cogito cogito ergo cogito sum - I think that I think, therefore I think that I am." Ambrose Bierce