# [Perl 6], 6 bytes

<!-- language-all: lang-perl6 -->

 *.perl

[Try it online!][TIO-k12oiinw]

[Perl 6]: https://github.com/nxadm/rakudo-pkg
[TIO-k12oiinw]: https://tio.run/##K0gtyjH7n1upoJamYPtfS68AyP9vzVWcWKmQpmCTkZqTk69Qnl@Uk2KHIqiQDxX8DwA "Perl 6 – Try It Online"

Uses the built-in convert object to string representation method. To retrieve the original list of strings, you can use `*.EVAL`