Help for this page

Select Code to Download


  1. or download this
    open FILE, '<', 'test.file' or die;
    while(<FILE>){
    ...
      print "line=[$_]\n";
    }
    close FILE;