Hi Keith, On Wednesday 21 Apr 2010 06:10:34 keithvb wrote: > Hi, > > I need to create a grid, 24 cols, 16 rows on 4.5 cm centers > on an HP laser printer. Some of the cells will be filled, some empty. > Is there a way to do this in Perl? >
Yes, there is. You can try generating a vector graphics image (see http://en.wikipedia.org/wiki/Vector_graphics ) and then convert it to PostScript or PDF and print it. SVG (see: http://en.wikipedia.org/wiki/Scalable_Vector_Graphics ) in conjunction with Inkscape may be your best bet, and there are some modules for generating it on CPAN. You can also try generating PostScript directly or using LaTeX, OpenOffice.org or GNU groff. Regards, Shlomi Fish P.S: next time please don't start a new thread by replying to an existing message. I can see it in my client's thread-view. -- ----------------------------------------------------------------- Shlomi Fish http://www.shlomifish.org/ Best Introductory Programming Language - http://shlom.in/intro-lang Deletionists delete Wikipedia articles that they consider lame. Chuck Norris deletes deletionists whom he considers lame. Please reply to list if it's a mailing list post - http://shlom.in/reply . -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/