Hello folks, thanks for your help on earlier problems. I have another one - when reading data from a file, how do you skip to the next line? Right now I have a
while(<INPUTFILE>)
solution going, but is there a command that loads the next line of the file, unrelated to while loops? Like nextline(<INPUTFILE>) or something?
Thanks,
Meatsim
while(<INPUTFILE>)
solution going, but is there a command that loads the next line of the file, unrelated to while loops? Like nextline(<INPUTFILE>) or something?
Thanks,
Meatsim