Help for this page

Select Code to Download


  1. or download this
    $ cat in.txt 
    1 22 3 -4
    ...
    f d
    j h
    o m k
    
  2. or download this
    while (<>) {
        my @fields = split;
    ...
        }
        print "\n";
    }