Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: $array[ 'Infinity' ]

by ikegami (Patriarch)
on Dec 16, 2007 at 23:38 UTC ( [id://657344]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    >perl -e "use Devel::Peek; $x="Infinity"; Dump($x); $x=Infinity; Dump(
    +$x)"
    SV = PV(0x22612c) at 0x226000
    ...
      PV = 0x1835404 "-Infinity"\0
      CUR = 9
      LEN = 12
    
  2. or download this
    >perl -le "print 0+(-Infinity)"
    0
    
    >perl -le "print 0+('Infinity')"
    0
    
  3. or download this
    >perl -v
    
    ...
    Built Mar 20 2006 17:54:25
    
    ...
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-18 03:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found