in reply to Perl script for the post processing of one CSV file

How is Perl involved?


Dave

  • Comment on Re: Perl script for the post processing of one CSV file

Replies are listed 'Best First'.
Re^2: Perl script for the post processing of one CSV file
by rjt (Curate) on Oct 03, 2019 at 06:05 UTC

    I was wondering the same thing. We sure do speak a weird form of Java around here. Eclipse is bound to throw a fit.

    use strict; use warnings; omitted for brevity.
Re^2: Perl script for the post processing of one CSV file
by kshitij (Sexton) on Oct 03, 2019 at 07:10 UTC

    Hi Dave,

    I used some initial perl script to create this input CSV file and now I am looking another perl script to generate the output as stated in the question.

    Thanks Kshitij