Help for this page

Select Code to Download


  1. or download this
    R1-something.txt     R2-something.txt
    DESCRP a             DESCRP a
    ...
    DESCRP b             DESCRP c
    3                    5
    4                    9
    
  2. or download this
    a.txt     b.txt      c.txt
    R1a       R1b        R2c
    ...
    R2a
    3
    1
    
  3. or download this
    foreach my $file (@{$fileArray})
    {
    ...
        close OUTPUT;
        close INPUT;
    }