Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Yet again: floats are not expressed accurately

by LanX (Saint)
on Mar 21, 2023 at 11:23 UTC ( [id://11151093]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<13> sub inc_version { my ($ver,$pos) = @_ ; my @vers = split /\./
    +,$ver; $vers[$pos]++; return join '.', @vers }
    
    ...
    3.26.3
    2.27.3
    2.26.4
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11151093]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-04-19 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found