Help for this page
C:\test>FPstuff.pl Took:9.723010063 seconds ## his Took:0.949742079 seconds ## mine
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
#! perl -slw use Config; ... printf "%s\t%32.18g\t%s\t%s\n", asBits( $first ), $first, cAsHex( +$first ), asHex( $first ); }