Help for this page
#!/usr/bin/perl use strict; ... print shift(@in), " "; print join(" ", map { $func->($_) } @in), "\n"; }