Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: missing second of time

by roboticus (Chancellor)
on Jan 25, 2020 at 11:29 UTC ( [id://11111874]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $ perl -MTime::HiRes=time -le 'while () { $a=time; print $a, " ", $a-$
    +b; $b=$a; sleep 1.01 }'
    Use of uninitialized value $b in subtraction (-) at -e line 1.
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using "man perl" or "perldoc perl".  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.
    
  2. or download this
    $ perl -V
    Summary of my perl5 (revision 5 version 26 subversion 3) configuration
    +:
    ...
        /usr/share/perl5/vendor_perl/5.26
        /usr/lib/perl5/5.26/x86_64-cygwin-threads
        /usr/share/perl5/5.26
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11111874]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (6)
As of 2024-04-19 11:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found