open READ,"<","G:/project-xiaomai/yourfile.txt"; readline READ; # skip the first line while (<READ>) { print $_; } close READ;