Help for this page

Select Code to Download


  1. or download this
    open F, "<file.txt" or die $!;
    while (<F>) {
    ...
    }
    close F;
    
  2. or download this
    data1
    data2
    data3
    data4