perl command?
I'm working on loops (For, while commands). I noticed that after the loop is finished you need to close the file and opn it again so that the cursor or the line $_ will start again from the top once you tried to loop the fil again. Is there anyway to make the cursor or line to go to the top of the file again while looping instead of closing an opening the file again and start another loop?
|