Help for this page
#!/usr/bin/perl -w use strict; ... my @output = `cat @array`; print @output;
#!/usr/bin/perl -w use strict; ... } print @output;