Click here to Skip to main content
15,867,943 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am getting parse error in my Perl file on VM (OS: Maipo Linux) due to DateTime module

use strict;
use warnings;
use NodeExtensions;
use Time::Local;
use DateTime;


What I have tried:

By making comment out
use DateTime;
parse error get resolved

what might be the issue, thanks in advance if anyone can help, it is urgent
Posted
Comments
Richard Deeming 29-Oct-19 15:20pm    
Have you downloaded and installed the module?
Member 14174174 29-Oct-19 16:14pm    
i think i have it already /perl/5.8.9/lib/site_perl/5.8.9/x86_64-linux-thread-multi/DateTime.pm

Same app working on the HP machine, my machine is Lenovo. can it be a Timezone issue??

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900