Help for this page

Select Code to Download


  1. or download this
    @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);
    
  2. or download this
    is that true
    this is from presentation
    ...
     that true
    this   presentation
     create