I am using excel as database for my project. We are getting following error while making database connection,
install_driver( Excel) failed: Can't locate loadable object for module Clone in @
INC (@INC contains: D:/Perl/site/lib D:/Perl/lib .) at D:/Perl/lib/SQL/Statement
.pm line 14
Compilation failed in require at D:/Perl/lib/SQL/Statement.pm line 14.
BEGIN failed--compilation aborted at D:/Perl/lib/SQL/Statement.pm line 14.
When I looked in D:/Perl/lib/SQL/Statement.pm file, at step 14 is calling following statement "use Clone qw(clone);" .... although there is no sub routine with name clone in Clone.pm. Can any body to help to solve this problem. Do we have incomplete package, if it is then please suggest the link where we can get the complete module.
Thanks in Advance
-Lav
install_driver( Excel) failed: Can't locate loadable object for module Clone in @
INC (@INC contains: D:/Perl/site/lib D:/Perl/lib .) at D:/Perl/lib/SQL/Statement
.pm line 14
Compilation failed in require at D:/Perl/lib/SQL/Statement.pm line 14.
BEGIN failed--compilation aborted at D:/Perl/lib/SQL/Statement.pm line 14.
When I looked in D:/Perl/lib/SQL/Statement.pm file, at step 14 is calling following statement "use Clone qw(clone);" .... although there is no sub routine with name clone in Clone.pm. Can any body to help to solve this problem. Do we have incomplete package, if it is then please suggest the link where we can get the complete module.
Thanks in Advance
-Lav
Comment