jatill has asked for the wisdom of the Perl Monks concerning the following question:
So the following would work fine:
If I write the following statement, though, I am accidentally updating the person object in the database. I get a warning because I am updating the person record without doing a commit:I am [% person.name %]
DB::Person DB::Person=HASH(0xe57cb0) destroyed with out saving changes to name at...[% person.name = person.name _ ' PHD' %]
Is there a way I can update the person.name variable without updating the database record?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Template / Class DBI question
by cees (Curate) on Aug 11, 2005 at 19:40 UTC | |
|
Re: Template / Class DBI question
by shiza (Hermit) on Aug 11, 2005 at 19:41 UTC |