I think it will be useful to fold the qw array. This is a rough implementation, I don't understand Perl.
Tested, looks fine to me, thanks.
Here is a brief guide to qw: https://perlmaven.com/qw-quote-word
Here is a snippet to test folding:
# some words my @name = qw(foo bar zorg); # some words my @name = qw( foo bar zorg );
Committed as [729337].
Commit: [729337]
Log in to post a comment.
Tested, looks fine to me, thanks.
Here is a brief guide to qw: https://perlmaven.com/qw-quote-word
Here is a snippet to test folding:
Committed as [729337].
Related
Commit: [729337]
Committed as [729337].
Related
Commit: [729337]