Click here to Skip to main content
15,891,597 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am unable to use the Perl package
PERL
use List::MoreUtils qw/ uniq /;


for the "uniq" functionality.

I tried including the path also by right- clicking in the properties of my project and giving the List module path but in vain.
I get the below error.

Compilation failed in require
A fatal error (trappable)
Perl could not compile a file specified in a C<require> statement.
Perl uses this generic message when none of the errors that it
encountered were severe enough to halt compilation immediately.


Thanks,
Faez
Posted
Comments
Achha Insan 1-Oct-12 8:17am    
nothing is impossible. you can do it.

1 solution

use following link
http://www.perlmonks.org/?node_id=646596[^]

Thanks,
-Mangesh.
 
Share this answer
 

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