Hi 

I am writing this email hoping that you can advise to run my perl program
successfully.

when I include any library, such as, "locale", or "warnings" or anyother, I
am facing the following 
error.  

Could you please guide me, how to avoid this problem at all.

Thank you.

Regards

Kumar
____________________________________________________________________________
_____________

Can't locate locale.pm in @INC (@INC contains:
/opt/perl5/lib/5.00502/PA-RISC1.1 /opt/perl5/lib/5.00502
/opt/perl5/lib/site_perl/5.005/PA-RISC1.1 /opt/perl5/lib/site_perl/5.005 .)
at welcome.pl line 3.
BEGIN failed--compilation aborted at welcome.pl line 3.

#!/opt/perl/bin -w

use locale;
use warnings;

$where = 'Welcome to perl program';
print "hello $where\n";

____________________________________________________________________________
__________________


Northampton General Hospital NHS Trust 
Cliftonville, Northampton NN1 5BD 

This e-mail may contain confidential information and/or copyright material
and is intended for the use of the addressee only.   Any unauthorised use
may be unlawful. The contents of this e-mail may be subject to public
disclosure under the NHS Code of Openness or the Freedom of Information Act
2000. Unless legally exempt, the confidentiality of the message and your
reply cannot be guaranteed.    If you receive this e-mail by mistake, please
advise the sender immediately. 
Thank you.

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to