>I'm calling a Embperl page from a package module which gets call by
>Embperl page
>
>Embperl >>> Package >>> Embperl
>
>Will it keep its global scooping?
Yes
Gerald
-
Gerald Richterecos electronic communication services gmbh
Int
Thanks for your response, Question:
> global to _all_ Embperl pages
I'm calling a Embperl page from a package module which gets call by
Embperl page
Embperl >>> Package >>> Embperl
Will it keep its global scooping?
-Original Message-
From: Gerald Richter [mailto:[EMAIL PROTECTED]]
Sen
>I'm concerned about losing session scooping in the calling page.
%fdat and %udat are both global to _all_ Embperl pages of one request, so
there is no need to pass them to your waitpage, they will be already there
Gerald
-
Gerald R
I'm concerned about losing session scooping in the calling page.
page1:
[-
use mymodule;
call &mymodule::wait( $req_rec, \%fdat, \%udat )
# execute a time consuming operation
.
-]
EOF
-
package mymodule;
use HTML::Embperl;
# shows please wait page...
sub wait {
my ( $r, $fdat, $udat