sanket wrote:
On Apr 16, 6:28 pm, [EMAIL PROTECTED] (Gunnar Hjalmarsson) wrote:
Try setting the -nph parameter to a false value.
do_push (
-next_page => \&refresh,
-last_page => \&done,
-nph => 0,
);
See http://search.cpan.org/perldoc?CGI::Push#INSTALLING_CGI::Push_SCRIPTS
Thanks Gunnar it works. But would you explain a bit about no parse
header ?
I could, but I won't, since that would be off-topic for this list. You
can find info about it in the CGI specification and/or some CGI faq.
perlfaq9 contains some useful links.
--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/