RosettaCodeData/Task/Interactive-programming-repl-/Perl/interactive-programming-repl--3.pl

6 lines
98 B
Perl
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ perl -lpe '$_=eval||$@'
sub f { join '' => @_[0, 2, 2, 1] }
f qw/Rosetta Code :/
Rosetta::Code