
jesmondfenech
New User
Feb 21, 2011, 1:55 AM
Post #1 of 1
(138 views)
|
|
Getting error use Time::HiRes
|
Can't Post
|
|
Hi to all, I am new to Perl, and I just must do a small job using a perl script which my friend wrote some years ago. This script handles some images and then transfers them to an ftp server. All I have to do is transfer the script from one machine to another. I have installed everything as the instructions my friend wrote with the script, however it seems something is missing. When I run the script a message will appear and the window close immediately: Can't locate loadable object for module Time::HiRes in @INC <@INC contains: D:/Perl/lib D:/Perl?site?lib .> at last .pl line 17 LINE17 : use Time::HiRes qw( usleep ualarm gettimeofday tv_interval ); Any idea why? Thanks
|