The docs talk about having display run modes and process run modes.
Does that mean I can split mode2 below into 2 run modes?  And how
would I call mode3 (show_template_2) with vars from process_mode_1?

sub mode1 {
  show_template_1();
}

sub mode2 {
  process_mode1();
  show_template_2();
}

Hope you can understand my question,
Jon



---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[email protected]/
             http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to