From: Chris W. <ch...@cw...> - 2003-07-21 03:05:25
|
Barry Hoggard wrote: > I'm using SPOPS on a new project, and there are times where I want to > check whether an object has a certain value in a links_to list. Because > I don't want to cycle through all of if to check each time, I wanted to > create a private value, like > > $self->{_feature_hash} > ... Try prefixing the value you want to store with 'tmp_', e.g., 'tmp_feature_hash'. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |