Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    $sheet->Move(0,2);
    print "Report has ", $sheet->Nlines()," lines\n";
    $sheet->Out();
    
  2. or download this
    Report has 3 lines
    Can't locate object method "Out" via package "RepFormatPtr"
    at /home/jonathan/Reportformat.test line 12.