Help for this page

Select Code to Download


  1. or download this
    AA1    BB1
    
    ...
    777    707
    888    808
    999    909
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
        print $read->[2]{cell}[$row][2] 
    }