Gossamer Forum
Home : General : Perl Programming :

<% response = buffer %>

Quote Reply
<% response = buffer %>
In asp i use <% response = buffer %> to show the contents of everything that loads immediately. Is there anysthing in perl that is similar? I mean, in cases of big tables, i want is to show me the content while it keeps loading, not after.

tia
kco

Quote Reply
Re: <% response = buffer %> In reply to
I believe that the FileHandle or IO Perl modules will do what you want. To find out more read document at http://www.perl.com, like the following:

http://www.perl.com/...l/lib/IO/Handle.html

Regards,

Eliot Lee