C:\>perl -E "my ($input) = @ARGV; my @input = split / /, $input; for $_(@input) {say $_;}" "trez zwei uno" trez zwei uno