Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        (sprintf "%+e", $diff) =~ /([+-]\d)\./;
        return $1;
    }
    
  2. or download this
    +1
    +4
    -5
    
  3. or download this
    sub base_point_movement {
        my $bpm = sprintf "%+e", shift;
    ...
              15553.1   - 15552.99,    # +11
              # etc. (you get the idea :)
          );