Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    is_deeply [range('1.4')], [qw[ 1.1 1.4 ]];
    is_deeply [range('7.50')], [qw[ 7.23 7.133 ]];
    is_deeply [range('10.5')], [qw[ 10 11 ]];