Help for this page
open (MYFILE, 'mypath'); while (<MYFILE>){ #my code here }
#magically turn $myString into a filehandle. while (<MYSTRING>){ #my code here }