Help for this page

Select Code to Download


  1. or download this
    $ cat fred.dat
    "A","B","C","D"
    "A","B","C","D,E,F"
    "A","B","C","D"
    "A","B","C","D,R,T"
    
  2. or download this
    $ perl -Mstrict -Mwarnings -E '
    while (<>) {
    ...
    "A","B","C","D"
                "R"
                "T"