Help for this page
@array = qw( is an to for from); @strs =("is that true","this is from presentation","to create"); ... print "\n--------OUTPUT---------\n"; print join("\n",@strs);
is that true this is from presentation ... that true this presentation create