My problem is that arrays are being printed all on one line (as much as it can) instead of one line per element. What do I need to do with the data?
use Printer; my @data = ('This is line one','This line two'); $prn = new Printer(); $prn->use_default; $prn->print(@data); #----------- #perl 5.86 #printer 0.98 #Win32-Printer 0.90 (if this problem is related to Win32 modules, my apologies) _______________________________________________ Perl-Unix-Users mailing list Perl-Unix-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs