in reply to Re: How to slice complicated string into an array
in thread How to slice complicated string into an array

No I haven't. And as I just replied above, external module is not very helpful in my environment. Thank you for the tip though.
  • Comment on Re^2: How to slice complicated string into an array

Replies are listed 'Best First'.
Re^3: How to slice complicated string into an array
by Corion (Patriarch) on Feb 26, 2016 at 12:23 UTC

      Yes, but some folks truly cannot use CPAN at $work. I know this from first-hand experience. Looking at the list of @reasons cited in and under Yes, even you can use CPAN, I had all of them; and when "Manager" is a faceless bureaucracy and "IT department" is simply adhering to mountains of policy written in stone... No, you can't use CPAN.

        In extreme cases, one could even go so far as to pack pure-Perl module code at the end of one's script. Text::CSV's license is the same as Perl's. So what's the (hypothetical) problem in this case?