in reply to Re^3: Perl Regex
in thread Perl Regex

But the first and second rows of the product were originally on the same row.

Replies are listed 'Best First'.
Re^5: Perl Regex
by pbeckingham (Parson) on Jul 08, 2004 at 14:21 UTC

    I gave you a regex that attempts to locate your data in your input. Then you asked for output in a particular form, and I gave you that. Now you're saying it's wrong for some other reason.

    Can you not modify the sample code to suit your needs? Or could you post your own code, showing the effort you have made?