Help for this page

Select Code to Download


  1. or download this
    open INPUT, '<', $file or die ...;
    while (<INPUT>) {
      ...
    }
    close INPUT;