![]() |
|
P is for Practical | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Perl has a built in formatter..see https://perldoc.perl.org/perlform.html
I think you will find that it is more hassle than it is worth. I find that printf works a lot better. I also think that you will find that an email with the assumption that the user is using a fixed width font won't work well. Even if your email looks nice as you send it, the user's email program probably won't display it like you intended. Sounds like some kind of HTML doc will work better. Or perhaps a .pdf file? In reply to Re: Template::Toolkit and Text::Table
by Marshall
|
|