Help for this page

Select Code to Download


  1. or download this
    open a file named DATA.TXT
    read all lines of this file
    ...
    if the string 'NINE' is found split this string into 8 parts
    close the file
    print the result
    
  2. or download this
    use strict;
    use warnings;