On Sun, Oct 16, 2011 at 8:10 AM, Shlomi Fish <shlo...@shlomifish.org> wrote: > On Sun, 16 Oct 2011 07:59:00 -0500 > Chris Stinemetz <chrisstinem...@gmail.com> wrote: > >> On Sat, Oct 15, 2011 at 2:40 PM, Leo Susanto <leosusa...@gmail.com> wrote: >> > CELL,CDM 1,CDM 2 >> > 20, 2, 0 >> > 21, 0, 1 >> >
Well, the problem with perlform is: it expects a certain number of column. My question to you is: is the number of cell type constant or is it indeterminate? If it's indeterminate then it's better to stick with print, or printf if you want some formatting. If you have to use perlform, then you need to see if you can install a new module on your system (Perl6::Form based on Shlomi's recommendation), i.e.: if you are running Perl on windows ActiveState, then you can execute: "ppm install Perl6::Form". Other than that you need to talk to your sys admin or setup your dev environment. >> >> Any advice on how to apply the results to a perlform mechenism? >> > > Simple: don't use perlform, but one of the superior and saner user-land > alternatives on CPAN: > > http://perl-begin.org/tutorials/bad-elements/#perlform > > Regards, > > Shlomi Fish > > -- > ----------------------------------------------------------------- > Shlomi Fish http://www.shlomifish.org/ > Freecell Solver - http://fc-solve.berlios.de/ > > Larry Wall can program in his sleep. > > 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/