Help for this page

Select Code to Download


  1. or download this
    my $num = '5.1'; ## scalar is a string, NOK is false
    if ($num == 5.1) { print 'It is'; }
    
  2. or download this
    $num++; ## binary value fetched, incremented and stored
    $num++; ## binary value fetched, incremented and stored