Hi, When I read from a file, how can I ignore lank lines and just read only lines that have proper data.
Thanks Aravind
if (strlen(trim($line)) > 1) { print "line ok<br>"; }