Help for this page

Select Code to Download


  1. or download this
    Your    Possible
    Table   Results 
    ...
      L    
      M    
      N
    
  2. or download this
    use strict;
    use warnings;
    ...
    
    print "\n\n7 Rows Another Way\n";
    print map { "$stuff[$_]\t$stuff[$#stuff/2+$_+1]\n" } 0..$#stuff/2;
    
  3. or download this
    # Open a text file
    # Read the file
    # Print file contents out like this
    # LINE_1  LINE_2
    # LINE_3  LINE_4