Help for this page

Select Code to Download


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