Also for the below code I get that the loop is supposed to last as long as you are iterating through FILE but I'm not sure what the bits with LINE mean. Does it just to move through lines in FILE?my @array = <ARRAY>; if ($array[0]){
LINE: while (<FILE>) { shift @array; unless ($array[0]){ last LINE; } next LINE; }
In reply to array code interpretation by jarwulf
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |