]> Dogcows Code - chaz/p5-CGI-Ex/blob - samples/app/app1/app1.yaml
CGI::Ex 2.24
[chaz/p5-CGI-Ex] / samples / app / app1 / app1.yaml
1 ---
2 # configuration file for app1.pl
3
4 # this is the path of steps that signup will go through
5 # you could add intermediate steps here if you wanted to
6 # in yahoo speak - this is a signup profile's list of brokers
7 path:
8 - pick_domain
9 - pick_domain_alternate
10 - cust_info
11 - do_bill
12 - thankyou
13
14 # setting this to 1 will turn off all history tracing
15 no_history: 0
This page took 0.0306 seconds and 4 git commands to generate.