Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Perl 5.34 is released

by syphilis (Archbishop)
on May 24, 2021 at 11:59 UTC ( [id://11132957]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    C:\>perl -wle "$d = unpack 'D>', pack 'D>', 2.9; print $d"
    Invalid type 'D' in pack at -e line 1.
    
  2. or download this
    C:\>perl -wle "$ld = unpack 'D>', pack 'D>', 2.9; print $ld"
    2.9
    
  3. or download this
    D  A float of long-double precision in native format.
       (Long doubles are available only if your system supports
       long double values. Raises an exception otherwise.
       Note that there are different long double formats.)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-04-18 02:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found