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