in reply to Populating a web template then pulling combining temp files & writing out to replace file
Not sure how you want your form to be laid out, but to print the contents, you could havemy %lookup_param_by; ($name, $value) = split /=/, $_; $lookup_param_by{$name} = $value;
foreach (keys %lookup_param_by) { print "$_ $lookup_param_by{$_}\n"; }
-- Burvil
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Populating a web template then pulling combining temp files & writing out to replace file
by hmag (Acolyte) on Mar 21, 2006 at 09:40 UTC |