Help for this page

Select Code to Download


  1. or download this
      DB<159> $a=inf
     => "inf"
    ...
    
      DB<161> ++$a  
     => "inf"
    
  2. or download this
      DB<116> use warnings;5=="inf"
     => ""
    
      DB<117> use warnings;5=="WhatEver"
    Argument "WhatEver" isn't numeric in numeric eq (==) at (eval 47)[mult
    +i_perl5db.pl:644] line 2.