jimmyJIMMYyaya
Programmer
hey all
im in need of obtaining milliseconds. is there perl function for this?
i have a search script that has three subroutines.
1) initialize
2) process
3) terminate
in initialize i want to get the current milliseconds of the current time
in the terminiate i want to get the current milliseconds of the current time
then i want to find the difference so i can let the user now how long the search took.
i need milliseconds because it never takes more than a second for a return.
thanks for all your help in advance
im in need of obtaining milliseconds. is there perl function for this?
i have a search script that has three subroutines.
1) initialize
2) process
3) terminate
in initialize i want to get the current milliseconds of the current time
in the terminiate i want to get the current milliseconds of the current time
then i want to find the difference so i can let the user now how long the search took.
i need milliseconds because it never takes more than a second for a return.
thanks for all your help in advance