Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Re: Get Exact Time w/out Modules

by TomDLux (Vicar)
on Nov 18, 2003 at 22:53 UTC ( [id://308164]=note: print w/replies, xml ) Need Help??


in reply to Get Exact Time w/out Modules

You have to pay to have 'standard software' installed, I guess because this imposes a cost on all aspects of the system.

Why not simply make Time::HiRes part of your application. If @INC does not include the current directory, begin your program with use lib '.';.

Update: If you can't compile it for the platform, that's a complication. But if you have the technology, pre-compile what you have to, and just make it all local.

--
TTTATCGGTCGTTATATAGATGTTTGCA

Replies are listed 'Best First'.
Re: Re: Get Exact Time w/out Modules
by BrowserUk (Patriarch) on Nov 18, 2003 at 23:02 UTC

    Time::HiRes contains an XS component which requires a C-compiler, header files etc.


    Examine what is said, not who speaks.
    "Efficiency is intelligent laziness." -David Dunham
    "Think for yourself!" - Abigail
    Hooray!
    Wanted!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (2)
As of 2024-04-25 20:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found