Is there a way to keep an object persistant across run modes
psudo-code:


sub setup {

$o = Budget->GetNumbers($var);

}

sub Summary {

$o->BuildSummary();

}

sub Details {

$o->BuildDetails();

}

Right now I am running all methods in setup, I found I could run first 2
in setup and 3rd in Details, but I would like to have the functions in
their run modes.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to