Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    example.txt "unimportant1" "unimportant2" "unimportant3" "timeA" "data
    +1A" "data2A"
    other.txt "ignore1" "ignore2" "ign\"ore3" "timeB" "data1B" "dat\"a2B"
    foo.txt "ignore1" "" "ign\"ore3" " timeC " "" "dat\"a2C"
    
  2. or download this
    time: <timeA>  data1: <data1A>  data2: <data2A>
    time: <timeB>  data1: <data1B>  data2: <dat\"a2B>
    time: < timeC >  data1: <>  data2: <dat\"a2C>