On Tue, Feb 18, 2003 at 05:55:52PM -0500, Sean Dague wrote: > In the process of doing this, any chance you can gut the inline prints in > favor of accumulating the info in a variable and having print control at the > end? This would allow further markup changes at the end of Server.pm once > the entire script is stored in a variable.
the approach i took was passing an open filehandle to the function and letting it do the work. my assumption was that there is likely a mechanism in perl to open a filehandle on a variable and pass that instead. does that seem ok? > Dann, can you also post a sample template to the list? hmm.. thought i did. i'll attach it again here. > I was having trouble > processing the patch in my head. If we use templates (which I am all for), > I would suggest looking at one of the Template processing toolkits already > out there like Template.pm on cpan. didn't know such a thing existed - i'll take a look. thanks for the suggestion. ------------------------------------------------------- This SF.net email is sponsored by: SlickEdit Inc. Develop an edge. The most comprehensive and flexible code editor you can use. Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial. www.slickedit.com/sourceforge _______________________________________________ Sisuite-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/sisuite-devel
