Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: What does this print for you?

by Marshall (Canon)
on Dec 24, 2009 at 23:03 UTC ( [id://814303]=note: print w/replies, xml ) Need Help??


in reply to What does this print for you?

#!/usr/bin/perl -w use strict; print pack q/d*/,(1.7453026326120991e+194,1.5156845462257262e-147); __END__ Prints: Merry Christmas! on ActiveState 5.10, Windows XP, 32 bit Perl 5.10 Completely unexpected result, but that is what it does. Note: C:\TEMP>perl -e 'print pack q/d*/,(1.7453026326120991e+194,1.515684546 +2257262e-147)' Can't find string terminator "'" anywhere before EOF at -e line 1. The Windows syntax is: C:\TEMP>perl -e "print pack q/d*/,(1.7453026326120991e+194,1.515684546 +2257262e-147)" Merry Christmas!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (5)
As of 2024-04-23 20:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found