Help for this page

Select Code to Download


  1. or download this
    use strict;
    my @file = qw(file1.txt file2.txt file3.txt);
    ...
      }
      close FILE;
    }
    
  2. or download this
    0 0 1 2 3 4 5
    1 0 1 2 3 4 5
    2 0 1 2 3 4 5
    
  3. or download this
    0    0    0    0    
    1    0    0    0    
    2    0    0    0
    
  4. or download this
    0    1    1    1    
    1    1    1    1    
    2    1    1    1
    
  5. or download this
    0    2    2    2    
    1    2    2    2    
    2    2    2    2
    
  6. or download this
    0    3    3    3    
    1    3    3    3    
    2    3    3    3
    
  7. or download this
    0    4    4    4    
    1    4    4    4    
    2    4    4    4
    
  8. or download this
    0    5    5    5    
    1    5    5    5    
    2    5    5    5