<% # vim: ft=aspperl use CGI::Util (); $Page->{cookies}{default} = '0086'; unshift @{ $Page->{cookies}{order} }, qw( REFML REF); my $template_file; $template_file = 'index.tmpl'; $Page->{promo_code} = param('promotion_code') || 'WEB-MLLP-0002-'; $Page->{split_bid} = 618; $Response->Include( $template_file ); %>