Help for this page

Select Code to Download


  1. or download this
    pp2@nereida:~/src/perl/testing$ cat -n addlong.pl
         1  use warnings;
    ...
         5  my $x=100.0;
         6  my $y=-100.01;
         7  print (($x+$y)."\n");
    
  2. or download this
    pp2@nereida:~/src/perl/testing$ perl addlong.pl
    -0.01