Help for this page

Select Code to Download


  1. or download this
    package X::CSV;
    use strict;
    ...
    }
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    #We have an csv file with 3 rows
    is($length,'3','We have an sheet with 3 rows');