in reply to Getting Problem while retriving previous parameter from Session using perl
Save the old values as "testcasename_old" and "testcasever_old". So, at the beginning of your change_event subroutine you should retrieve the existing session values and save them under another name (see suggestions above) and only then save the new values under the "testcasename" and "testcasever"-keys.
CountZero
"If you have four groups working on a compiler, you'll get a 4-pass compiler." - Conway's Law
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Getting Problem while retriving previous parameter from Session using perl
by srins (Sexton) on Aug 18, 2006 at 11:55 UTC | |
by CountZero (Bishop) on Aug 18, 2006 at 18:49 UTC |