in reply to Conditional statement problem
Easy fix: Use an array @to_set instead:
@to_set = (-cookie => cookie(-name => $name, ...)); # ... print header(@to_set);
For extra future expansion points, use push() instead of array assignment.
-- Chip Salzenberg, Free-Floating Agent of Chaos
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Conditional statement problem
by Anonymous Monk on Nov 14, 2001 at 20:13 UTC |