Search results

  1. Z

    How to substitute X characters of a line with Perl?

    I am scanning a document of over 200,000 lines where each line uses the following format: C xxxxxxx xxxxxxx xxxxxxx Where the x's represent a random number with a randomly placed decimal. I need to convert it to: C xxxxxxx 0.00000 xxxxxxx I used to know how to do this sort of thing, and the...
  2. Z

    How to substitute X characters of a line with Perl?

    I am scanning a document of over 200,000 lines where each line uses the following format: C xxxxxxx xxxxxxx xxxxxxx Where the x's represent a random number with a randomly placed decimal. I need to convert it to: C xxxxxxx 0.00000 xxxxxxx I used to know how to do this sort of thing, and the...
  3. Z

    How to substitute X characters of a line with Perl?

    I am scanning a document of over 200,000 lines where each line uses the following format: C xxxxxxx xxxxxxx xxxxxxx Where the x's represent a random number with a randomly placed decimal. I need to convert it to: C xxxxxxx 0.00000 xxxxxxx I used to know how to do this sort of thing, and the...
  4. Z

    How to substitute X characters of a line with Perl?

    I am scanning a document of over 200,000 lines where each line uses the following format: C xxxxxxx xxxxxxx xxxxxxx Where the x's represent a random number with a randomly placed decimal. I need to convert it to: C xxxxxxx 0.00000 xxxxxxx I used to know how to do this sort of thing, and the...
Back
Top