First page Back Continue Last page Summary Graphics
Problems with Perl
Perl script hello
- #!/usr/bin/perl -w
- use strict;
- print "Hello World\n";
bpsh 0 hello
- perl: warning: Please check that your locale settings:
- LANGUAGE = (unset),
- LC_ALL = (unset),
- LANG = "en_US"
- are supported and installed on your system.
- perl: warning: Falling back to the standard locale ("C").
- Can't locate strict.pm in @INC (@INC contains: /usr/lib/perl5/5.00503/i386-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i386-linux /usr/lib/perl5/site_perl/5.005 .) at ./hello line 2.
- BEGIN failed--compilation aborted at ./hello line 2.
Notes: