Help for this page
#!/usr/bin/perl use strict; use warnings; ... local $" = ''; print join("\n", map "@$_", @data); }