Help for this page

Select Code to Download


  1. or download this
    C:\test>FPstuff.pl
    Took:9.723010063 seconds  ## his
    Took:0.949742079 seconds  ## mine
    
  2. or download this
    C:\test>FPstuff.pl
    "my" variable $start masks earlier declaration in same scope at C:\tes
    +t\FPstuff.pl line 108.
    Took:9.740586996 seconds  ## his 
    Took:0.699841022 seconds  ## mine
    
  3. or download this
    #! perl -slw
    use Config;
    ...
        printf "%s\t%32.18g\t%s\t%s\n", asBits( $first ), $first, cAsHex( 
    +$first ), asHex( $first );
    }