in reply to Re: Parsing a line of text items
in thread Parsing a line of text items

Oh Text::ParseWords is pretty cool, thanks for sharing. :)

(So many core modules which need more attention)

> It has the advantage of being a core module.

Indeed.

C:\Strawberry\perl\bin>corelist Text::ParseWords Data for 2021-01-23 Text::ParseWords was first released with perl 5

Tho it's exporting a lot on default

our @EXPORT = qw(shellwords quotewords nested_quotewords parse_line);

And you can tell the documentation is old, could have more examples.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery