Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    is( convert_currency('$', '€', 42.02),  '37.398', '$ -> €' );
    
    done_testing;
    
  2. or download this
    $ prove -v monks/11104981.pl
    
    ...
    All tests successful.
    Files=1, Tests=3,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.04 cusr 
    + 0.00 csys =  0.06 CPU)
    Result: PASS