Help for this page

Select Code to Download


  1. or download this
    my $fx= MyApp::FXRate->new( EUR => 1_000_000, USD => 1_082_500 );
    
  2. or download this
    my $fx= MyApp::FX->new(
        pay => [ EUR => 1_000_000 ],
        receive => [ USD => 1_082_500 ],
        spot_date => '2015-03-06',
    );