[perl] %vars = ( address => "Some street", adminuser => "admin", adminpass => "pass", city => "Some City", code => "store", company => "Some company", country => "US", domainname => "somecompany.com", mailorderto => undef, emailservice => undef, emailinfo => undef, logo => undef, paycheck => undef, paycod => undef, paygate => undef, paymo => undef, paypo => undef, phone => undef, shipmethod => undef, shipzip => undef, shoppass => "pass", shopuser => "shop", smlogo => undef, state => "OH", tollfree => "(800) 555-1212", zip => "45056", ); for(keys %vars) { $Values->{$_} = $vars{$_}; $out .= "$_=$Values->{$_}
"; } return $out; [/perl] [bounce page=__UI_BASE__/wizard/step_company]