BalanceOfPower

 view release on metacpan or  search on metacpan

lib/BalanceOfPower/templates/print/print_travel_plan.tt  view on Meta::CPAN

[% USE ANSIColor 'color' %]
[% "AVAILABLE TRAVELS" | color 'yellow' 'bold' %]
[% "===" | color 'yellow' 'bold' %]

[% "# AIR" | color 'yellow' %]
[% FOREACH n IN plan.air.keys -%]
[% n %]: [% plan.air.$n.status %] [% IF plan.air.$n.status == 'OK' %][Cost: [% plan.air.$n.cost %]][% END %]
[% END %]
[% "# GROUND" | color 'yellow' %]
[% FOREACH n IN plan.ground.keys -%]
[% n %]: [% plan.ground.$n.status %] [% IF plan.ground.$n.status == 'OK' %][Cost: [% plan.ground.$n.cost %]][% END %]
[% END -%]



( run in 2.735 seconds using v1.01-cache-2.11-cpan-364913b4093 )