Searched defs:do_push (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPush.pm27 # add do_push() and push_delay() to exported tags
28 push(@{$CGI::EXPORT_TAGS{':standard'}},'do_push','push_delay');
30 sub do_push { subroutine
120 do_push(-next_page=>\&next_page,
159 CGI::Push adds one new method to the standard CGI suite, do_push().
166 You may call do_push() in the object oriented manner or not, as you
171 $q->do_push(-next_page=>\&draw_a_page);
176 do_push(-next_page=>\&draw_a_page);
184 do_push(-next_page=>\&my_draw_routine);
243 do_push()
[all...]

Completed in 14 milliseconds