Thread: Perl problem
View Single Post
  #6 (permalink)  
Old 05-09-2008
KevinADC KevinADC is offline
Registered User
 

Join Date: Jan 2008
Posts: 246
if that vesion of perl has the "lib" pragma you can use modules by including them in @INC via "lib". See your perl documentation for "lib" and how to use it, but with such an old version of perl you will most likely run into other problems. Time::HiRes hooks into systems C time functions. You can read the documetation and look at the Time::HiRes source code to get ideas.
Reply With Quote